File tree Expand file tree Collapse file tree 4 files changed +269
-556
lines changed Expand file tree Collapse file tree 4 files changed +269
-556
lines changed Original file line number Diff line number Diff line change 1- # Compose for Web Material
1+ # Compose for Web (now Compose HTML) Material
22
33[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.huanshankeji/compose-web-material )] ( https://search.maven.org/artifact/com.huanshankeji/compose-web-material )
44[ ![ Gradle Plugin Portal] ( https://img.shields.io/gradle-plugin-portal/v/com.huanshankeji.compose-web-material-conventions )] ( https://plugins.gradle.org/plugin/com.huanshankeji.compose-web-material-conventions )
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ repositories {
77 // maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
88}
99
10- val kotlinVersion = " 1.8 .20"
10+ val kotlinVersion = " 1.9 .20"
1111val huanshankejiGradlePluginsVersion = " 0.4.1"
1212
1313dependencies {
1414 implementation(kotlin(" gradle-plugin" , kotlinVersion))
15- implementation(" org.jetbrains.compose:compose-gradle-plugin:1.4.0 " )
15+ implementation(" org.jetbrains.compose:compose-gradle-plugin:1.5.10 " )
1616 implementation(" com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion " )
1717 implementation(" com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion " )
1818}
Original file line number Diff line number Diff line change 99 sourceSets {
1010 val jsMain by getting {
1111 dependencies {
12- implementation(compose.web .core)
12+ implementation(compose.html .core)
1313 implementation(compose.runtime)
1414 }
1515 }
You can’t perform that action at this time.
0 commit comments