1 parent 3ee63dc commit 83d8b02Copy full SHA for 83d8b02
1 file changed
README.md
@@ -47,6 +47,12 @@ dependencies {
47
}
48
```
49
50
+### Web/iOS
51
+
52
+Web (Wasm and JS) and iOS have no standalone artifacts — both come through a Compose
53
+Multiplatform module. Use the `commonMain` dependency from the Multiplatform section above;
54
+Gradle resolves the correct variant for each target your project declares.
55
56
## Basic Usage
57
58
```kotlin
0 commit comments