Skip to content

Commit dc8630d

Browse files
committed
Bump Compose Multiplatform to 1.7.0
1 parent 7361635 commit dc8630d

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
@@ -12,7 +12,7 @@ dependencies {
1212
val kotlinVersion = "2.0.10"
1313
implementation(kotlin("gradle-plugin", kotlinVersion))
1414
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
15-
implementation("org.jetbrains.compose:compose-gradle-plugin:1.6.10")
15+
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.0")
1616
val huanshankejiGradlePluginsVersion = "0.6.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")

0 commit comments

Comments
 (0)