Skip to content

Commit e74a192

Browse files
committed
update Android Gradle plugin to 9.0.0
1 parent 787dcd7 commit e74a192

File tree

3 files changed

+421
-476
lines changed

3 files changed

+421
-476
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ if (useKeystoreProperties) {
1111

1212
plugins {
1313
id("com.android.application")
14-
id("kotlin-android")
1514
}
1615

1716
java {
@@ -79,6 +78,7 @@ android {
7978
buildFeatures {
8079
viewBinding = true
8180
buildConfig = true
81+
resValues = true
8282
}
8383
}
8484

build.gradle.kts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
plugins {
2-
id("com.android.application") version "8.13.1" apply false
3-
id("org.jetbrains.kotlin.android") version "2.3.0" apply false
2+
id("com.android.application") version "9.0.0" apply false
3+
}
4+
5+
buildscript {
6+
dependencies {
7+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0")
8+
classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.5")
9+
}
410
}
511

612
allprojects {

0 commit comments

Comments
 (0)