File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
val kotlinVersion = " 2.2.20"
14
14
implementation(kotlin(" gradle-plugin" , kotlinVersion))
15
15
implementation(" org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion " )
16
- implementation(" org.jetbrains.compose:compose-gradle-plugin:1.9.0 " )
16
+ implementation(" org.jetbrains.compose:compose-gradle-plugin:1.10.0-alpha01 " )
17
17
implementation(" com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT" ) // TODO don't use a snapshot version in a main branch
18
18
implementation(" com.android.tools.build:gradle:8.11.2" ) // The latest is 8.13.0 but not compatible yet.
19
19
implementation(" com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT" ) // TODO don't use a snapshot version in a main branch
You can’t perform that action at this time.
0 commit comments