Kotlin version upgrade
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '2.0.21'
|
||||
ext.kotlin_version = '2.1.10'
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
@ -9,10 +9,9 @@ coreKtx = "1.15.0"
|
||||
exifinterface = "1.4.0"
|
||||
foundation = "1.7.8"
|
||||
fragmentKtx = "1.8.6"
|
||||
gradle = "8.9.1"
|
||||
gradleVersion = "8.9.1"
|
||||
kotlin = "2.0.21"
|
||||
kotlinStdlibJdk8 = "2.1.0"
|
||||
kotlin = "2.1.10"
|
||||
kotlinStdlibJdk8 = "2.1.10"
|
||||
kotlinxCoroutinesAndroid = "1.9.0"
|
||||
lifecycleExtensions = "2.2.0"
|
||||
lifecycleViewmodelCompose = "2.8.7"
|
||||
@ -49,7 +48,6 @@ androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefre
|
||||
androidx-ui = { module = "androidx.compose.ui:ui", version.ref = "ui" }
|
||||
androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
||||
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
|
||||
gradle = { module = "com.android.tools.build:gradle", version.ref = "gradle" }
|
||||
gradle-v881 = { module = "com.android.tools.build:gradle", version.ref = "gradleVersion" }
|
||||
kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlinStdlibJdk8" }
|
||||
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
|
||||
@ -65,4 +63,3 @@ androidx-compose-material3 = { group = "androidx.compose.material3", name = "mat
|
||||
|
||||
[plugins]
|
||||
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
|
||||
Reference in New Issue
Block a user