dependencies implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.0'
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 | android studio arctic fox
@Composable fun Greeting(name: String) Text(text = "Hello $name!")
buildFeatures viewBinding true compose true // for Jetpack Compose dependencies implementation 'androidx
buildscript ext.kotlin_version = '1.5.31' // Kotlin 1.5.31 recommended repositories google() mavenCentral() dependencies classpath 'com.android.tools.build:gradle:7.0.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
android compileSdk 31 buildToolsVersion "31.0.0" defaultConfig minSdk 21 targetSdk 31 android studio arctic fox
kotlinOptions jvmTarget = '1.8'
Â
Â
WE DON'T USE COOKIES
All material on
this site is intended for individual use only and strictly copyrighted. Any kind
of reproduction without an express written permission
is strictly prohibited. Violators will be pursued and prosecuted to the fullest
extent of the law.
All persons depicted herein were at least 18 years of age at the time of the photography.
All content and images are in full compliance with the requirements of
18 U.S.C. 2257
and associated regulations.
©2000-2020 www.gyno-x.com
Â