1 min read

Daily Dispatch #13 - KMP and Moko Resources

Daily Dispatch #13 - KMP and Moko Resources

FINALLY. The bug of not finding then shared.klib package seems to be solved.

All we had to do is change the generated podspec from android studio to include the task moko resources told us to include, and then (and here’s the trick) on the build.gradle, inside the cocoapods block, put a noPodspec(). I got that idea from this post.

What this did was prevent android studio from rewrite the shared.podspec at every build sync.