We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4472a5d commit c752c10Copy full SHA for c752c10
README.md
@@ -24,6 +24,7 @@ The `androidx.constraintlayout:constraintlayout-compose` library is available fo
24
| iOS | ✅ |
25
| Desktop (JVM) | ✅ |
26
| Desktop (Mac) | ✅ (experimental) |
27
+| Web | ✅ (experimental) |
28
29
## Usage
30
@@ -70,10 +71,7 @@ You'll note that I have kept the package name the same as that in AndroidX. This
70
71
```kotlin
72
val commonMain by getting {
73
dependencies {
- implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.2.3")
74
-
75
- /// with Compose Web (k/wasm) support
76
- implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.3.0-rc02")
+ implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.3.0")
77
}
78
79
```
0 commit comments