File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
6
6
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
7
7
8
8
plugins {
9
- id(" org.jetbrains.kotlin.android" ) version " 1.9.23 " apply false
10
- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 1.9.23 " apply false
9
+ id(" org.jetbrains.kotlin.android" ) version " 2.0.20 " apply false
10
+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.0.20 " apply false
11
11
id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.14.0" apply false
12
12
id(" org.jmailen.kotlinter" ) version " 4.1.1" apply false
13
13
id(" com.android.application" ) version " 8.3.0" apply false
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ minSdk = "21"
5
5
6
6
[libraries ]
7
7
8
- kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version = " 1.9.23 " }
8
+ kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version = " 2.0.20 " }
9
9
kotlin-serialization = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.6.3" }
10
10
# compiler dependency is defined to help Renovabot update the version
11
11
accompanist-systemController = { module = " com.google.accompanist:accompanist-systemuicontroller" , version = " 0.32.0" }
You can’t perform that action at this time.
0 commit comments