We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65bc7f6 + be340a4 commit 244bf56Copy full SHA for 244bf56
1 file changed
docs/installation.md
@@ -48,15 +48,3 @@ Then reference it in your `build.gradle.kts`:
48
implementation(libs.compose.dnd)
49
```
50
51
-## Platform Notes
52
-
53
-Compose DND supports all Compose Multiplatform targets:
54
55
-- **Android** -- No additional setup required.
56
-- **iOS** -- No additional setup required.
57
-- **Desktop (JVM)** -- No additional setup required.
58
-- **Web (JS)** -- No additional setup required.
59
-- **Web (WASM)** -- No additional setup required.
60
61
-!!! note
62
- Make sure your project uses a compatible version of Kotlin and Compose Multiplatform as listed in the version compatibility table above.
0 commit comments