@kaia It's now the defacto standard language for optimized Android apps by now. It's got null safety, great JVM interop, and type inference. JetBrains did a very good job with it.
But if the app doesn't need to have a particular look, and highly custom, it's better to go with Dart and Flutter, cause you can target iOS and web at the same time.