Skip to content

Commit 83d8b02

Browse files
committed
web/ios
1 parent 3ee63dc commit 83d8b02

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

‎README.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ dependencies {
4747
}
4848
```
4949

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+
5056
## Basic Usage
5157

5258
```kotlin

0 commit comments

Comments
 (0)