Closed wakaztahir closed 1 year ago
There's Already https://github.com/aclassen/ComposeReorderable/pull/200
Web Support can be added just as easily since compose with skia support for web has launched
org.jetbrains.compose.experimental.jscanvas.enabled=true
and you can add
js(IR) { browser() binaries.executable() }
inside the kotlin block in library;s build.gradle.kts
Feel free to create a pull request , a sample would also be nice.
https://github.com/aclassen/ComposeReorderable/pull/215
When will this #215 pull request be merged , Also I didn't add macOS and iOS , You'll have to merge #200 as well
There's Already https://github.com/aclassen/ComposeReorderable/pull/200
Web Support can be added just as easily since compose with skia support for web has launched
and you can add
inside the kotlin block in library;s build.gradle.kts