Skip to content

Commit

Permalink
2.1.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Nov 19, 2024
1 parent f6dd958 commit cb64ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
exclude(group = "io.kotest", module = "kotest-framework-multiplatform-plugin-gradle")
}
api("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
api("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:$ksp")
// api("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:$ksp")
api("io.kotest:kotest-framework-multiplatform-plugin-gradle:$kotest")
}

Expand Down
2 changes: 1 addition & 1 deletion k2/src/main/resources/k2versions.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin=2.0.21
kotlin=2.1.0-RC2
ksp=1.0.28
kotest=5.9.1
kotest-plugin=6.0.0.M1
Expand Down

0 comments on commit cb64ce0

Please sign in to comment.