Skip to content

Commit 41d5357

Browse files
committed
Try bumping Compose to v1.10.0-alpha01 to resolve some issues
See "Kotlin 2.1 is required for all platforms including JVM" in https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.9.0.
1 parent 3d9746d commit 41d5357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
val kotlinVersion = "2.2.20"
1212
implementation(kotlin("gradle-plugin", kotlinVersion))
1313
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
14-
implementation("org.jetbrains.compose:compose-gradle-plugin:1.9.0")
14+
implementation("org.jetbrains.compose:compose-gradle-plugin:1.10.0-alpha01")
1515
val huanshankejiGradlePluginsVersion = "0.10.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
1616
implementation("com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion")
1717
implementation("com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion")

0 commit comments

Comments
 (0)