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 b3f24c6 + 6becf10 commit c86b66cCopy full SHA for c86b66c
buildSrc/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
val kotlinVersion = "2.1.0"
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.7.0")
+ implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")
16
val huanshankejiGradlePluginsVersion = "0.8.0" // 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