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 cf31532 commit ebc3db4Copy full SHA for ebc3db4
buildSrc/build.gradle.kts
@@ -10,7 +10,7 @@ repositories {
10
11
dependencies {
12
implementation(kotlin("gradle-plugin", "1.7.20"))
13
- implementation("org.jetbrains.compose:compose-gradle-plugin:1.2.1")
+ implementation("org.jetbrains.compose:compose-gradle-plugin:1.2.2")
14
implementation("com.huanshankeji.team:gradle-plugins:0.3.2") {
15
exclude("org.jetbrains.kotlin")
16
}
0 commit comments