Skip to content

Commit

Permalink
Bump Compose Multiplatform to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 30, 2024
1 parent 6a68cc5 commit 6becf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
val kotlinVersion = "2.0.10"
implementation(kotlin("gradle-plugin", kotlinVersion))
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.0")
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")
val huanshankejiGradlePluginsVersion = "0.6.0" // don't use a snapshot version in a main branch
implementation("com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion")
implementation("com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion")
Expand Down

0 comments on commit 6becf10

Please sign in to comment.