Skip to content

Commit 23ccbc6

Browse files
committed
update Android Gradle plugin to 9.0.0
1 parent 85c4ed6 commit 23ccbc6

3 files changed

Lines changed: 421 additions & 476 deletions

File tree

app/build.gradle.kts

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

1111
plugins {
1212
id("com.android.application")
13-
kotlin("android")
1413
}
1514

1615
java {
@@ -82,6 +81,7 @@ android {
8281
buildFeatures {
8382
viewBinding = true
8483
buildConfig = true
84+
resValues = true
8585
}
8686

8787
androidResources {

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)