icerockdev / mobile-multiplatform-gradle-plugin

Gradle plugin for simplify Kotlin Multiplatform mobile configurations
Apache License 2.0
94 stars 16 forks source link

Add up-to-date support to build cocoapod task #18

Closed Alex009 closed 4 years ago

Alex009 commented 4 years ago

Now build cocoapods (used for compile cocoapod and pass it into cinterop/linking later) not support up-to-date checks and run every time, but xcode compilation take some time everytime (10seconds in case when no changes after last compilation) - in projects with many of cocoapods (just like moko-widgets) this time can be large.

In this issue we should add to buildCocoapod tasks support of UP-TO-DATE checks and, if we can, support of FROM-CACHE