Skip to content

Commit beea42e

Browse files
Merge pull request #110 from google-developer-training/renovate/kotlin
Update kotlin - abandoned
2 parents ef2c7fb + 9df563e commit beea42e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
plugins {
1818
id("com.android.application")
1919
id("org.jetbrains.kotlin.android")
20+
id("org.jetbrains.kotlin.plugin.compose")
2021
}
2122

2223
android {
@@ -56,9 +57,6 @@ android {
5657
buildFeatures {
5758
compose = true
5859
}
59-
composeOptions {
60-
kotlinCompilerExtensionVersion = "1.4.7"
61-
}
6260
packaging {
6361
resources {
6462
excludes += "/META-INF/{AL2.0,LGPL2.1}"

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
plugins {
2020
id("com.android.application") version "8.7.3" apply false
2121
id("com.android.library") version "8.7.3" apply false
22-
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
22+
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
23+
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false
2324
}

0 commit comments

Comments
 (0)