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 b3427b9 commit c7cdaceCopy full SHA for c7cdace
buildSrc/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
val kotlinVersion = "2.2.20"
12
implementation(kotlin("gradle-plugin", kotlinVersion))
13
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
14
- implementation("org.jetbrains.compose:compose-gradle-plugin:1.10.0-alpha01")
+ implementation("org.jetbrains.compose:compose-gradle-plugin:1.9.0")
15
val huanshankejiGradlePluginsVersion = "0.10.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
16
implementation("com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion")
17
implementation("com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion")
0 commit comments