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 7361635 commit dc8630dCopy full SHA for dc8630d
buildSrc/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
val kotlinVersion = "2.0.10"
13
implementation(kotlin("gradle-plugin", kotlinVersion))
14
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
15
- implementation("org.jetbrains.compose:compose-gradle-plugin:1.6.10")
+ implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.0")
16
val huanshankejiGradlePluginsVersion = "0.6.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
17
implementation("com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion")
18
implementation("com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion")
0 commit comments