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.
1 parent b207560 commit 58e02ccCopy full SHA for 58e02cc
build.gradle.kts
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2
3
plugins {
4
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
5
- kotlin("jvm") version "2.0.0"
+ kotlin("jvm") version "2.0.20"
6
id("org.jetbrains.dokka") version "1.9.20"
7
8
// Apply the java-library plugin for API and implementation separation.
0 commit comments