vinceglb / FileKit

Pick and save Files, Medias and Folder for Kotlin Multiplatform / KMP and Compose Multiplatform / CMP
https://vinceglb.github.io/FileKit/
MIT License
249 stars 8 forks source link

Js target is missing for filekit-compose #47

Open hondogo opened 1 week ago

hondogo commented 1 week ago

Js target is missing for filekit-compose.

https://github.com/vinceglb/FileKit/blob/main/filekit-compose/build.gradle.kts

vinceglb commented 4 days ago

Thanks for reporting this! I'll add it and push a new version

vinceglb commented 3 days ago

@hondogo It seems like it is not possible to create Compose Multiplatform apps targeting Js. I didn't find any documentation about this.

Do you use Compose Multiplatform with Js target? If yes, can you send me a Compose Multiplatform example project using Js target, Kotlin 2.0 and compose version 1.6.11? Thanks!

hondogo commented 1 day ago

Hello, @vinceglb ! I've made pull request implementing JS target for compose, but I don't have access rights to push it here. Can you give me rights to push pull request?

santiwanti commented 2 hours ago

@hondogo the usual process to submit pull requests is to fork the project and submit the pull request to your fork which will by default create a pull request to the original project as well. You shouldn't need any permissions to do this.