Skip to content

Commit b498a41

Browse files
committed
Updated Kotlin version
1 parent 8b9225a commit b498a41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
repositories.mavenCentral()
44

55
plugins {
6-
kotlin("jvm") version "2.0.0"
7-
kotlin("plugin.serialization") version "2.0.0" apply false
6+
kotlin("jvm") version "2.1.21"
7+
kotlin("plugin.serialization") version "2.1.21" apply false
88
id("org.jetbrains.dokka") version "1.9.20"
99
}
1010

0 commit comments

Comments
 (0)