Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 373 Bytes

File metadata and controls

6 lines (4 loc) · 373 Bytes

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. -