aclassen / ComposeReorderable

Enables reordering by drag and drop in Jetpack Compose (Desktop) LazyList & LazyGrid.
Apache License 2.0
836 stars 89 forks source link

Jetpack Compose For Web Support #214

Closed wakaztahir closed 1 year ago

wakaztahir commented 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

aclassen commented 1 year ago

Feel free to create a pull request , a sample would also be nice.

wakaztahir commented 1 year ago

https://github.com/aclassen/ComposeReorderable/pull/215

wakaztahir commented 1 year ago

When will this #215 pull request be merged , Also I didn't add macOS and iOS , You'll have to merge #200 as well