File tree Expand file tree Collapse file tree 5 files changed +338
-303
lines changed
compose-multiplatform-common Expand file tree Collapse file tree 5 files changed +338
-303
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ repositories {
1010}
1111
1212dependencies {
13- implementation(kotlin(" gradle-plugin" , " 1.8.10" ))
14- implementation(" org.jetbrains.compose:compose-gradle-plugin:1.3.1" )
15- implementation(" com.huanshankeji.team:gradle-plugins:0.4.0" ) {
16- exclude(" org.jetbrains.kotlin" )
17- }
13+ implementation(kotlin(" gradle-plugin" , " 1.9.23" ))
14+ implementation(" org.jetbrains.compose:compose-gradle-plugin:1.6.1" )
15+ implementation(" com.huanshankeji.team:gradle-plugins:0.5.1" )
1816}
Original file line number Diff line number Diff line change 11object DependencyVersions {
2- val huanshankejiComposeWeb = " 0.2.1 "
3- val kmdc = " 0.1.0 "
2+ val huanshankejiComposeWeb = " 0.2.2 "
3+ val kmdc = " 0.1.2 "
44}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ kotlin {
2020 }
2121 named(" jsMain" ) {
2222 dependencies {
23- implementation(compose.web .core)
23+ implementation(compose.html .core)
2424
2525 api(" com.huanshankeji:compose-web-common:${DependencyVersions .huanshankejiComposeWeb} " )
2626 }
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ kotlin {
2626 }
2727 named(" jsMain" ) {
2828 dependencies {
29+ implementation(compose.html.core)
30+
2931 // copied from https://github.com/mpetuska/kmdc
3032
3133 // SCSS dependencies
You can’t perform that action at this time.
0 commit comments