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.
BUILD
1 parent fc12889 commit 9af5157Copy full SHA for 9af5157
1 file changed
build.gradle.kts
@@ -15,7 +15,7 @@ buildscript {
15
plugins {
16
id("com.android.application") version "8.0.2" apply false
17
id("com.android.library") version "8.0.2" apply false
18
- id("org.jetbrains.kotlin.android") version "1.7.20" apply false
+ id("org.jetbrains.kotlin.android") version "1.9.0" apply false
19
id("com.google.devtools.ksp") version "1.8.10-1.0.9" apply false
20
id("com.google.dagger.hilt.android") version "2.44.2" apply false
21
}
0 commit comments