Skip to content

Commit

Permalink
Update Kotlin JVM plugin to version 2.1.0
Browse files Browse the repository at this point in the history
This change upgrades the Kotlin JVM plugin from version 2.0.21 to 2.1.0 in the build.gradle.kts file. The update aims to incorporate the latest features, improvements, and bug fixes provided in the new version.
  • Loading branch information
timakden committed Nov 29, 2024
1 parent 19a55b0 commit 959f849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_21
plugins {
idea
id("com.github.ben-manes.versions") version "0.51.0"
kotlin("jvm") version "2.0.21"
kotlin("jvm") version "2.1.0"
}

group = "ru.timakden.example"
Expand Down

0 comments on commit 959f849

Please sign in to comment.