Skip to content

Commit

Permalink
build: bump kotlinVersion to 1.9.21, kspVersion to 1.9.21-1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed Dec 7, 2023
1 parent 662635e commit 2195b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ androidNdkVersion = "25.2.9519652"
# Dependency

# Kotlin
kotlinVersion = "1.9.0"
kotlinVersion = "1.9.21"

# Gradle plugin
gradleVersionPluginVersion = "0.47.0"
Expand All @@ -28,7 +28,7 @@ gradleVersionPluginVersion = "0.47.0"
dokkaVersion = "1.8.20"

# KSP
kspVersion = "1.9.0-1.0.11"
kspVersion = "1.9.21-1.0.15"
ksergenVersion = "0.1.0"

# Kotlin multiplatform
Expand Down

0 comments on commit 2195b1f

Please sign in to comment.