Skip to content

Commit

Permalink
Kotlin 2.1.0-Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Sep 18, 2024
1 parent 40b3abb commit 25d2d63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
buildDate=20240917
buildDate=20240918
groupId=at.asitplus.gradle
4 changes: 2 additions & 2 deletions k2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val groupId: String by extra
val buildDate: String by extra

val kotlinVersion = versions["kotlin"] as String
val ksp = "$kotlinVersion-${versions["ksp"]}"
//val ksp = "$kotlinVersion-${versions["ksp"]}"
val kotest = versions["kotest-plugin"]

version = "$kotlinVersion+$buildDate"
Expand All @@ -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.20
kotlin=2.1.0-Beta1
ksp=1.0.24
kotest=5.9.1
kotest-plugin=6.0.0-20240905.065253-61
Expand Down

0 comments on commit 25d2d63

Please sign in to comment.