File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ kotlin {
55
55
api(compose.html.core)
56
56
// see: https://github.com/varabyte/kobweb/blob/main/frontend/kobweb-compose/build.gradle.kts
57
57
api(" com.varabyte.kobweb:kobweb-compose:${DependencyVersions .kobweb} " ) { exclude(" org.jetbrains.kotlin" ) }
58
- implementation(" com.huanshankeji:compose-html-common:${DependencyVersions .huanshankejiComposeHtml} " ) { exclude(" org.jetbrains.kotlin" ) }
58
+ implementation(" com.huanshankeji:compose-html-common:${DependencyVersions .huanshankejiComposeHtml} " ) {
59
+ exclude(" org.jetbrains.kotlin" )
60
+ }
59
61
60
62
/*
61
63
The UI module depends on the lifecycle module to use `androidx.lifecycle.ViewModelStoreOwner`.
Original file line number Diff line number Diff line change @@ -35,8 +35,10 @@ kotlin {
35
35
}
36
36
jsMain {
37
37
dependencies {
38
- api(" com.huanshankeji:compose-html-material3:${DependencyVersions .huanshankejiComposeHtml} " )
39
- implementation(" com.huanshankeji:compose-html-common:${DependencyVersions .huanshankejiComposeHtml} " )
38
+ api(" com.huanshankeji:compose-html-material3:${DependencyVersions .huanshankejiComposeHtml} " ) { exclude(" org.jetbrains.kotlin" ) }
39
+ implementation(" com.huanshankeji:compose-html-common:${DependencyVersions .huanshankejiComposeHtml} " ) {
40
+ exclude(" org.jetbrains.kotlin" )
41
+ }
40
42
}
41
43
}
42
44
}
You can’t perform that action at this time.
0 commit comments