We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652d9ce commit 0a5fa55Copy full SHA for 0a5fa55
settings.gradle
@@ -1,6 +1,6 @@
1
pluginManagement {
2
plugins {
3
- String kotlinVersion = "1.8.22"
+ String kotlinVersion = "1.9.22"
4
id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false
5
id 'org.jetbrains.kotlin.kapt' version kotlinVersion apply false
6
id 'org.jetbrains.kotlin.plugin.noarg' version kotlinVersion apply false
0 commit comments