We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c93c8 commit 6483efcCopy full SHA for 6483efc
app/build.gradle.kts
@@ -10,7 +10,6 @@ if (useKeystoreProperties) {
10
11
plugins {
12
id("com.android.application")
13
- kotlin("android")
14
}
15
16
java {
build.gradle.kts
@@ -1,6 +1,12 @@
1
2
- id("com.android.application") version "8.13.1" apply false
3
- id("org.jetbrains.kotlin.android") version "2.3.0" apply false
+ id("com.android.application") version "9.0.0" apply false
+}
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
+ }
allprojects {
0 commit comments