We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1eb212 + 424d72a commit dba4c50Copy full SHA for dba4c50
buildSrc/build.gradle.kts
@@ -13,7 +13,7 @@ dependencies {
13
val kotlinVersion = "2.1.0"
14
implementation(kotlin("gradle-plugin", kotlinVersion))
15
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
16
- implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")
+ implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.3")
17
implementation("com.huanshankeji.team:gradle-plugins:0.9.0") // don't use a snapshot version in a main branch
18
implementation("com.android.tools.build:gradle:8.7.3")
19
implementation("com.huanshankeji:common-gradle-dependencies:0.9.0-20241203") // don't use a snapshot version in a main branch
0 commit comments