Skip to content

Commit 1062751

Browse files
Update kotlin
1 parent fb1e7a3 commit 1062751

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
plugins {
1818
id("com.android.application")
1919
id("org.jetbrains.kotlin.android")
20-
id("com.google.devtools.ksp") version "1.9.20-1.0.14"
20+
id("com.google.devtools.ksp") version "2.1.0-1.0.29"
2121
}
2222

2323
android {
@@ -56,7 +56,7 @@ android {
5656
compose = true
5757
}
5858
composeOptions {
59-
kotlinCompilerExtensionVersion = "1.5.4"
59+
kotlinCompilerExtensionVersion = "1.5.15"
6060
}
6161
packaging {
6262
resources {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
plugins {
2525
id("com.android.application") version "8.7.3" apply false
2626
id("com.android.library") version "8.7.3" apply false
27-
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
27+
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
2828
}
2929

3030
tasks.register("clean", Delete::class) {

0 commit comments

Comments
 (0)