Skip to content

Commit

Permalink
Merge pull request #26 from anton-bannykh/kt-2.1.0
Browse files Browse the repository at this point in the history
Upgrade to Kotlin 2.1.0
  • Loading branch information
anton-bannykh authored Jan 17, 2025
2 parents 0c0ec61 + 4f771d7 commit c1f3610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "2.0.0" apply false
kotlin("multiplatform") version "2.1.0" apply false
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

dependencies {
implementation("com.google.devtools.ksp:symbol-processing-api:2.0.0-1.0.23")
implementation("com.google.devtools.ksp:symbol-processing-api:2.1.0-1.0.29")
}
2 changes: 1 addition & 1 deletion testsuite/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform")
id("com.google.devtools.ksp") version "2.0.0-1.0.23"
id("com.google.devtools.ksp") version "2.1.0-1.0.29"
`java-library`
}

Expand Down

0 comments on commit c1f3610

Please sign in to comment.