We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8240a0e commit ae205f0Copy full SHA for ae205f0
COMPATIBILITY.md
@@ -45,3 +45,10 @@ in sync to avoid unexpected issues.
45
[^compose]: Kobweb depends
46
on [AndroidX Compose Runtime](https://mvnrepository.com/artifact/androidx.compose.runtime/runtime)
47
and [JetBrains Compose HTML](https://mvnrepository.com/artifact/org.jetbrains.compose.html/html-core).
48
+
49
+ compose-html = "..."
50
+ compose-runtime = "..."
51
52
+ [libraries]
53
+ compose-html-core = { module = "org.jetbrains.compose.html:html-core", version.ref = "compose-html" }
54
+ compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "compose-runtime" }
0 commit comments