We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c74112 commit 0ccacb5Copy full SHA for 0ccacb5
build.gradle.kts
@@ -1,6 +1,6 @@
1
plugins {
2
- kotlin("jvm") version "1.7.22"
3
- kotlin("plugin.serialization") version "1.7.22"
+ kotlin("jvm") version "1.8.0"
+ kotlin("plugin.serialization") version "1.8.0"
4
application
5
}
6
0 commit comments