Hi there, I am trying to create KMM iOS and Androi...
# moko
s
Hi there, I am trying to create KMM iOS and Android library, while building this library I have used
moko-resources
to load resources currently I am seeing actual implementation is not able to generate fully by Android studio, i.e means it generating partially actual and expect files, is it because library?. Same moko resource I used in working projects it can generate actual and expect and works fine. But moko-resource couldn't able to generate actual and expect only in case of library
a
try run full assemble -
./gradlew assemble
. or just try to call generateMRAndroidMain and other generateMR tasks
s
@alex009 thanks for reply but after doing as you suggested still im not able see . In screen shot I shown fonts which is added under resources->MR->fonts->fonts.ttf,
@alex009 thanks for suggestion, I think I got the issue, It was due to resource folder I was kept under
kotlin
instead under
commonMain
👍 1