Код: Выделить всё
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlin {
compilerOptions {
jvmTarget = JvmTarget.JVM_17
}
}
buildFeatures {
viewBinding = true
compose = true
buildConfig = true
}
}
Код: Выделить всё
kotlin = "2.0.20"
devtoolsKsp = "2.2.20-2.0.3"
Подробнее здесь: https://stackoverflow.com/questions/798 ... -kotlin-gr
Мобильная версия