Skip to content

Commit 3662095

Browse files
committed
Adapt to huanshankeji/gradle-common@a85ad35, reverting some excludes
1 parent 7974e96 commit 3662095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation(kotlin("gradle-plugin", kotlinVersion))
1515
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
1616
implementation("org.jetbrains.compose:compose-gradle-plugin:1.9.0")
17-
implementation("com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT") { exclude("org.jetbrains.kotlin") } // TODO don't use a snapshot version in a main branch
17+
implementation("com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT") // TODO don't use a snapshot version in a main branch
1818
implementation("com.android.tools.build:gradle:8.12.3")
19-
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT") { exclude("org.jetbrains.kotlin") } // TODO don't use a snapshot version in a main branch
19+
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT") // TODO don't use a snapshot version in a main branch
2020
}

0 commit comments

Comments
 (0)