Umesh Gupta
11/16/2023, 2:44 PMorg.jetbrains.compose.resources.MissingResourceException: Missing resource with path: info-icon.xml
I know there is something with build.gradle. Any one faced this issue and able to resolve it.
val commonMain by getting {
dependencies {
resources.srcDirs("resources")
api(compose.runtime)
api(project(":xyz"))
}}
There is no POD install and doesn't require as of now.
Thanks for the help.compose-resources
in build folder. Non from submodule/projectNikita Lipsky
11/17/2023, 3:52 PMUmesh Gupta
11/18/2023, 7:30 PMval commonMain by getting {resources.srcDirs("${project(":projectName").projectDir}/src/commonMain/resources")}
Jan Skrasek
11/21/2023, 5:16 PMMulti-module resources are not supported yet. It will be addressed in the next CMP releasesIs there a ticket I could follow please?
Nikita Lipsky
11/22/2023, 10:25 AM