Android Studio Arctic Fox 'link' -

kotlinOptions jvmTarget = '1.8'

android compileSdk 31 buildToolsVersion "31.0.0" defaultConfig minSdk 21 targetSdk 31 android studio arctic fox

Arctic Fox was the first stable Compose release. Enable Compose buildFeatures compose true kotlinOptions jvmTarget = '1

@Composable fun Greeting(name: String) Text(text = "Hello $name!") new UI |

@Preview @Composable fun PreviewGreeting() Greeting("Android")

composeOptions kotlinCompilerExtensionVersion '1.0.5' // match Kotlin 1.5.31

| Version | Key Changes | |---------|--------------| | (2021.1.1) | AGP 7.1, App Inspector unified | | Chipmunk (2021.2.1) | AGP 7.2, Kotlin 1.6 | | Electric Eel (2022.1.1) | AGP 7.3, Compose 1.2 | | Flamingo (2022.2.1) | AGP 8.0, Kotlin 1.8, new UI |