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 114b1ce + 4b71225 commit ecb442eCopy full SHA for ecb442e
buildSrc/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
val kotlinVersion = "2.0.10"
15
implementation(kotlin("gradle-plugin", kotlinVersion))
16
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
17
- implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.0")
+ implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")
18
implementation("com.huanshankeji.team:gradle-plugins:0.6.0") // don't use a snapshot version in a main branch
19
implementation("com.android.tools.build:gradle:8.5.2")
20
implementation("com.huanshankeji:common-gradle-dependencies:0.8.0-20241016") // don't use a snapshot version in a main branch
0 commit comments