Now we can use ConstraintLayout with Compose Multi...
# multiplatform
a
Now we can use ConstraintLayout with Compose Multiplatform for Web with K/Wasm, thanks to this great man Check supported platforms here or just add dependency in commonMain
Copy code
commonMain.dependencies {
    /// ....
    implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.3.0-alpha01")
}
Slack Conversation