Skip to content

Commit ae205f0

Browse files
committed
Add libs.versions.toml example for compose dependencies
1 parent 8240a0e commit ae205f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

COMPATIBILITY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ in sync to avoid unexpected issues.
4545
[^compose]: Kobweb depends
4646
on [AndroidX Compose Runtime](https://mvnrepository.com/artifact/androidx.compose.runtime/runtime)
4747
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

Comments
 (0)