Skip to content

Commit

Permalink
Kotlin 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Nov 15, 2024
1 parent ba386e5 commit 1e1d3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.gradle.accessors.dm.LibrariesForLibs
import org.gradle.kotlin.dsl.assign
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTargetWithTests
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.targets.js.npm.tasks.KotlinNpmInstallTask
import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin-inject = "0.7.3-SNAPSHOT"
kotlin = "2.0.10"
ksp = "2.0.10-1.0.24"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.27"
kotlinpoet = "2.0.0"
junit5 = "5.9.3"
jvmTarget = "11"
Expand Down

0 comments on commit 1e1d3cb

Please sign in to comment.