Skip to content

Commit 6483efc

Browse files
committed
update Android Gradle plugin to 9.0.0
1 parent 90c93c8 commit 6483efc

File tree

3 files changed

+420
-476
lines changed

3 files changed

+420
-476
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 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 {

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)