icerockdev / moko-resources

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

0.24.0-alpha-5: Some test resources are not added to SourceSets #651

Open Burtan opened 7 months ago

Burtan commented 7 months ago

Hey, when using moko-resources in test modules, the corresponding MR classes are correctly generated, but they are not added to some SourceSets: here it is commonTest.

Bildschirmfoto 2024-02-29 um 21 52 33
Burtan commented 4 months ago

When adding moko-resources folder to jsMain/iosMain etc. a new resource object is created. This does not happen for jsTest/iosTest etc.