icerockdev / moko-resources

Resources access for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
1.04k stars 118 forks source link

Moko-resources does not work for JVM on Desktop #572

Open bpavuk opened 10 months ago

bpavuk commented 10 months ago

I am building a project https://github.com/bpavuk/catfacts-multiplatform-app.git with usage of your library, and after sync, there is only "generateMRandroidMain" task and its "commonMain" counterpart, but not JVM one. The plugin is applied everywhere except for androidApp module

sproctor commented 9 months ago

I think this is a duplicate of #477. I posted a workaround there.

bpavuk commented 9 months ago

This workaround is not actually working

bpavuk commented 9 months ago

I mean tasks appear but do their job poorly

sproctor commented 9 months ago

I probably can't help, but maybe you can be more specific so someone who understands this better can help you.

ExNDY commented 1 month ago

Please try latest 0.24.0-beta-4 or 5 (after release), or provide additional information about problem. I don't understand subject of this issue.