Skip to content

Commit be95590

Browse files
committed
Try bumping Compose to v1.10.0-alpha01 to resolve build errors
See "Kotlin 2.1 is required for all platforms including JVM" in https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.9.0. A `org.jetbrains.kotlin.util.FileAnalysisException` persists.
1 parent a46656c commit be95590

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
@@ -13,7 +13,7 @@ dependencies {
1313
val kotlinVersion = "2.2.20"
1414
implementation(kotlin("gradle-plugin", kotlinVersion))
1515
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
16-
implementation("org.jetbrains.compose:compose-gradle-plugin:1.9.0")
16+
implementation("org.jetbrains.compose:compose-gradle-plugin:1.10.0-alpha01")
1717
implementation("com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT") // TODO don't use a snapshot version in a main branch
1818
implementation("com.android.tools.build:gradle:8.11.2") // The latest is 8.13.0 but not compatible yet.
1919
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT") // TODO don't use a snapshot version in a main branch

0 commit comments

Comments
 (0)