icerockdev / moko-template

Template project of a Mobile (Android & iOS) Kotlin MultiPlatform project with the MOKO libraries and modularized architecture
https://moko.icerock.dev/
Apache License 2.0
461 stars 47 forks source link

Remove requirement of build shared module before pod install #29

Open Alex009 opened 3 years ago

Alex009 commented 3 years ago

now at pod install called building of shared kotlin library. it's necessary for correct cocoapod integration. but it's got large time, and unavailable when kotlin library depends on other cocoapods. so we should use some dummy framework for integration https://github.com/icerockdev/mobile-multiplatform-gradle-plugin/issues/11