File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212
1313dependencies {
1414 implementation(kotlin(" gradle-plugin" , " 1.9.23" ))
15- implementation(" org.jetbrains.compose:compose-gradle-plugin:1.6.1 " )
15+ implementation(" org.jetbrains.compose:compose-gradle-plugin:1.6.2 " )
1616 implementation(" com.huanshankeji.team:gradle-plugins:0.5.1" )
1717 implementation(" com.android.tools.build:gradle:8.2.2" )
1818}
Original file line number Diff line number Diff line change 11val projectVersion = " 0.2.0-SNAPSHOT"
22
33object DependencyVersions {
4- val composeMultiplatform = " 1.6.1 " // manually specified for "ui-unit"
5- val kobweb = " 0.17.1 "
4+ val composeMultiplatform = " 1.6.2 " // manually specified for "ui-unit"
5+ val kobweb = " 0.17.3 "
66 val huanshankejiComposeWeb = " 0.2.2"
77 val kmdc = " 0.1.2"
8- val materialIcons = " 1.13.12"
98
109 object Androidx {
11- val activityCompose = " 1.8.2 "
12- val compose = " 1.6.4 "
10+ val activityCompose = " 1.9.0 "
11+ val compose = " 1.6.6 "
1312 }
1413}
You can’t perform that action at this time.
0 commit comments