We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94384e commit c593e33Copy full SHA for c593e33
1 file changed
build.gradle.kts
@@ -1,14 +1,14 @@
1
//@file:Suppress("UNUSED_VARIABLE")
2
3
plugins {
4
- kotlin("multiplatform") version "2.0.0"
5
- kotlin("plugin.serialization") version "2.0.0"
+ kotlin("multiplatform") version "2.0.20"
+ kotlin("plugin.serialization") version "2.0.20"
6
id("org.jetbrains.dokka") version "1.9.20"
7
`maven-publish`
8
}
9
10
group = "net.sergeych"
11
-version = "1.5.2-SNAPSHOT"
+version = "1.5.2"
12
13
val serialization_version = "1.6.3"
14
0 commit comments