Skip to content

Commit 6fefc94

Browse files
committed
Bump compose-html to 0.5.0-SNAPSHOT to test changes in huanshankeji/compose-html-material#18
The Material 3 page works with the changes. The Material 2 page stopped working likely due to KMDC's incompatible Kotlin or Compose version. No noticeable size drop in the `app.js` produced by `jsBrowserDistribution`.
1 parent 8f728ff commit 6fefc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/VersionsAndDependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object DependencyVersions {
1515

1616
// https://github.com/varabyte/kobweb/releases
1717
val kobweb = "0.23.3"
18-
val huanshankejiComposeHtml = "0.4.1-SNAPSHOT" // TODO don't use a snapshot version in a main branch
18+
val huanshankejiComposeHtml = "0.5.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
1919

2020
// https://github.com/mpetuska/kmdc/releases
2121
val kmdc = "0.1.2"

0 commit comments

Comments
 (0)