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.
1 parent a57bb84 commit 909f6d8Copy full SHA for 909f6d8
buildSrc/build.gradle.kts
@@ -15,6 +15,6 @@ dependencies {
15
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
16
implementation("org.jetbrains.compose:compose-gradle-plugin:1.9.0")
17
implementation("com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT") // TODO don't use a snapshot version in a main branch
18
- implementation("com.android.tools.build:gradle:8.12.3") // The latest is 8.13.0 but not compatible yet.
+ implementation("com.android.tools.build:gradle:8.12.3")
19
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT") // TODO don't use a snapshot version in a main branch
20
}
0 commit comments