Kotlin upgrade
This commit is contained in:
@ -91,7 +91,7 @@ dependencies {
|
||||
implementation(libs.androidx.foundation)
|
||||
implementation(libs.androidx.ui)
|
||||
|
||||
implementation(fileTree(mapOf("include" to listOf("*.jar"), "dir" to "libs")))
|
||||
//implementation(fileTree(mapOf("include" to listOf("*.jar"), "dir" to "libs")))
|
||||
implementation(libs.androidx.appcompat)
|
||||
implementation(libs.androidx.constraintlayout)
|
||||
implementation(libs.kotlin.stdlib.jdk8)
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '2.1.10'
|
||||
ext.kotlin_version = '2.1.20'
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
@ -10,8 +10,8 @@ exifinterface = "1.4.0"
|
||||
foundation = "1.7.8"
|
||||
fragmentKtx = "1.8.6"
|
||||
gradleVersion = "8.9.1"
|
||||
kotlin = "2.1.10"
|
||||
kotlinStdlibJdk8 = "2.1.10"
|
||||
kotlin = "2.1.20"
|
||||
kotlinStdlibJdk8 = "2.1.20"
|
||||
kotlinxCoroutinesAndroid = "1.9.0"
|
||||
lifecycleExtensions = "2.2.0"
|
||||
lifecycleViewmodelCompose = "2.8.7"
|
||||
|
||||
Reference in New Issue
Block a user