Skip to content

Commit ecb442e

Browse files
authored
Merge pull request #48 from huanshankeji/compose-multiplatform-v1.7.1
Bump Compose Multiplatform to 1.7.1
2 parents 114b1ce + 4b71225 commit ecb442e

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
@@ -14,7 +14,7 @@ dependencies {
1414
val kotlinVersion = "2.0.10"
1515
implementation(kotlin("gradle-plugin", kotlinVersion))
1616
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
17-
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.0")
17+
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")
1818
implementation("com.huanshankeji.team:gradle-plugins:0.6.0") // don't use a snapshot version in a main branch
1919
implementation("com.android.tools.build:gradle:8.5.2")
2020
implementation("com.huanshankeji:common-gradle-dependencies:0.8.0-20241016") // don't use a snapshot version in a main branch

0 commit comments

Comments
 (0)