https://developer.android.com/studio/debug/apk-analyzer
Why Kotlin on Java
- Jetpack Compose is Kotlin exclusive. It uses features such as coroutines, and the handling of @Composable annotations is done by a Kotlin compiler. There is no way to get access to these from Java. So if your project does not support Kotlin yet, you can't use Jetpack Compose.
-