Skip to content

Commit d08d84f

Browse files
committed
Bump Kotlin to 2.1.0, our dependencies the latest snapshots using Kotlin 2.1.0, and the project version to be explicit about this
1 parent fba4119 commit d08d84f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ repositories {
99

1010
dependencies {
1111
// With Kotlin 2.0.20, a "Could not parse POM" build error occurs in the JVM projects of some dependent projects.
12-
val kotlinVersion = "2.0.10"
12+
val kotlinVersion = "2.1.0"
1313
implementation(kotlin("gradle-plugin", kotlinVersion))
1414
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
1515
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.0")
16-
val huanshankejiGradlePluginsVersion = "0.7.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
16+
val huanshankejiGradlePluginsVersion = "0.7.1-kotlin-2.1.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
1717
implementation("com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion")
1818
implementation("com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion")
1919
implementation("com.huanshankeji:common-gradle-dependencies:0.8.0-20241016") // don't use a snapshot version in a main branch

buildSrc/src/main/kotlin/VersionsAndDependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import com.huanshankeji.CommonDependencies
22

3-
const val projectVersion = "0.4.1-SNAPSHOT"
3+
const val projectVersion = "0.4.1-kotlin-2.1.0-SNAPSHOT"
44

55
object DependencyVersions {
66
val kobweb = "0.19.2"

0 commit comments

Comments
 (0)