Sunil Kumar
05/19/2024, 1:50 PMCoroutineExceptionHandlerImpl.kt:7 MissingResourceException: Missing resource with path: ./values/strings.xml
Any idea why this issue is there in compose web Kotlin/Js ?Sunil Kumar
05/19/2024, 2:01 PMSunil Kumar
05/19/2024, 2:14 PMwebApp/build/processedResources/js/main
, as we dont have webApp as separate module in new project structure, they will be copied to composeApp/build/processedResources/js/main
, So i added one task to copy resources to webApp/build/processedResources/js/main
from shared/commonMain/composeResources
in webApp build.gradle.