compose-material-dialogs
compose-material-dialogs copied to clipboard
Please add JS target
Is your feature request related to a problem? Please describe. I can't use this in my project because my project targets JS, and this library does not. What a shame!
Describe the solution you'd like Add a target for JS. This should be incredibly easy because it looks like all of the code is in common.
Sadly its not that easy, for this library I have a bunch of expect/actual code that needs to be actualed for a JS target. Due to my inexperience with JS I am not sure how certain things work, I am open to PRs though.