Производство и продажа складского оборудования
Екатеринбург
Пн.-Пт.: 8:00 - 18:00
ул. Ак. Шварца, д. 20/2, офис 57
Обратный звонок

Android Studio Arctic Fox //free\\ -

kotlinOptions jvmTarget = '1.8'

compileOptions sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8

composeOptions kotlinCompilerExtensionVersion '1.0.5' // match Kotlin 1.5.31 android studio arctic fox

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

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

– test gradle and kotlin versions together. ⚠️ Note : Arctic Fox is now archived (released Nov 2021). For new projects, use Android Studio Hedgehog (2023.1.1) or later. This guide is for maintaining legacy projects or specific compatibility requirements. Would you like a migration script or a sample build.gradle template for a fresh Arctic Fox project?

android compileSdk 31 buildToolsVersion "31.0.0" defaultConfig minSdk 21 targetSdk 31 For new projects, use Android Studio Hedgehog (2023

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