We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d31594f + fd81509 commit 97f55a3Copy full SHA for 97f55a3
build.gradle.kts
@@ -3,7 +3,7 @@ import org.gradle.api.JavaVersion.VERSION_17
3
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
5
plugins {
6
- kotlin("jvm") version "1.7.22"
+ kotlin("jvm") version "1.8.0"
7
kotlin("plugin.serialization") version "1.7.22"
8
id("org.jetbrains.dokka") version "1.7.20"
9
id("com.github.johnrengelman.shadow") version "7.1.2"
0 commit comments