We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe085b5 commit 41b43c6Copy full SHA for 41b43c6
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- kotlin("jvm") version "1.8.20" apply false
3
- kotlin("android") version "1.8.20" apply false
+ kotlin("jvm") version "1.9.24" apply false
+ kotlin("android") version "1.9.24" apply false
4
id("com.android.application") version "7.4.2" apply false
5
}
0 commit comments