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

Commit 2f2ec43

Browse files
Update plugin org.jetbrains.kotlin.jvm to v2
1 parent 3e3f684 commit 2f2ec43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

44
plugins {
55
// Apply the Kotlin JVM plugin to add support for Kotlin.
6-
id("org.jetbrains.kotlin.jvm") version "1.7.22"
6+
id("org.jetbrains.kotlin.jvm") version "2.0.10"
77
kotlin("plugin.serialization") version "1.7.22"
88
id("com.github.johnrengelman.shadow") version "7.1.2"
99
id("io.gitlab.arturbosch.detekt") version "1.22.0"

0 commit comments

Comments
 (0)