brabo-hi
09/27/2023, 1:12 AMUncaught Kotlin exception: org.jetbrains.compose.resources.MissingResourceException: Missing resource with path: compose-multiplatform.xml
what could be the issue.
It looks like the issue is happening whenever i add moko-resourceJonathan
10/03/2023, 8:36 PMbrabo-hi
10/04/2023, 12:47 AM<https://github.com/Skeptick/libres>
Jonathan
10/04/2023, 12:51 AMbrabo-hi
10/04/2023, 3:27 AMalex009
10/04/2023, 3:18 PMmsomu
10/08/2023, 10:49 AMUncaught Kotlin exception: org.jetbrains.compose.resources.MissingResourceException: Missing resource with path: compose-multiplatform.xml
do we have a fix for this? cc : @alex009alex009
10/09/2023, 11:41 AMsrc/commonMain/resources
. you can decide to use only moko-resources or only compose-resources to break conflict. with new version of moko-resources (0.24.0) we move moko-resources folder to src/commonMain/moko-resources
and it will not conflict with compose-resourcesbrabo-hi
10/09/2023, 3:40 PMalex009
10/09/2023, 4:14 PMbrabo-hi
10/25/2023, 8:01 PM