Skip to content

Commit c86b66c

Browse files
committed
Merge branch 'compose-multiplatform-v1.7.1'
2 parents b3f24c6 + 6becf10 commit c86b66c

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.1.0"
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.7.0")
15+
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")
1616
val huanshankejiGradlePluginsVersion = "0.8.0" // 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)