Skip to content

Commit

Permalink
Bump Compose Multiplatform to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Jan 3, 2025
1 parent 3474a2a commit 424d72a
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 @@ -13,7 +13,7 @@ dependencies {
val kotlinVersion = "2.1.0"
implementation(kotlin("gradle-plugin", kotlinVersion))
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.3")
implementation("com.huanshankeji.team:gradle-plugins:0.9.0") // don't use a snapshot version in a main branch
implementation("com.android.tools.build:gradle:8.7.3")
implementation("com.huanshankeji:common-gradle-dependencies:0.9.0-20241203") // don't use a snapshot version in a main branch
Expand Down

0 comments on commit 424d72a

Please sign in to comment.