https://kotlinlang.org logo
#moko
Title
# moko
s

Sean Proctor

03/28/2022, 12:12 PM
Hi. I'm having an issue getting moko resources to generate the MR class for jvmMain. I'm trying to share a library between Android and Compose for Desktop. It's generating the commonMain expect class, and the androidMain actual class, but the jvmActual class.
a

alex009

03/30/2022, 2:30 AM
it's not generated when you call
./gradlew assemble
?
s

Sean Proctor

03/30/2022, 10:07 AM
No, it's not. I only have tasks name
generateMRandroidMain
and
generateMRcommonMain
for the moko-resources group
So sorry. I was so focused elsewhere that I didn't notice that somehow resources-generator 0.16.2 snuck into my versions file. Changing that to the correct version fixed the issue. Sorry to be a bother.
👌 1
49 Views