Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 1d82c40

Browse files
Update plugin org.jetbrains.kotlin.jvm to v1.9.22
1 parent 036add8 commit 1d82c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
33

44
plugins {
55
// Apply the Kotlin JVM plugin to add support for Kotlin.
6-
id("org.jetbrains.kotlin.jvm") version "1.7.0"
6+
id("org.jetbrains.kotlin.jvm") version "1.9.22"
77
// Kotlinx serialization for any data format
88
kotlin("plugin.serialization") version "1.7.0"
99
// Shade the plugin

0 commit comments

Comments
 (0)