This one is resolved, Just posting update here so that If anyone else may be having this issue, It may help. It was due to resources were not being copied to
webApp/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.