Hi, I’m not able run the application after adding ...
# moko
j
Hi, I’m not able run the application after adding moko resources to my shared module. I have the exact same setup from template. check here: https://github.com/JamshedAlamQaderi/cmp_template/blob/main/shared/build.gradle.kts Getting this error
f
Did you add dependsOn(commonMain) in androidMain?
j
in my another project it didn't needed.
m
I just had the same issue with the JS target. Nothing else needed the dependsOn commonMain, but when I add it, then it gets generated
👍 2
j
I will try it