icerockdev / mobile-multiplatform-gradle-plugin

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

Time to deprecate plugin #60

Open Alex009 opened 12 months ago

Alex009 commented 12 months ago

Now in Kotlin official Cocoapods plugin available option linkOnly in when we add pods dependencies - https://kotlinlang.org/docs/native-cocoapods-dsl-reference.html#pod-function . It was last key differences between our plugin and official.

Now we can do simple gradle configuration with official kotlin-multiplatform and kotlin-cocoapods plugins.

After we migrate two own projects on official plugins (to approve that we not have reasons to stay on mobile-multiplatform-gradle-plugin) - we deprecate this plugin.

Alex009 commented 11 months ago

https://gitlab.icerockdev.com/scl/boilerplate/mobile-moko-boilerplate/-/commit/481e0ae7b70ca0f831324647f708b02562c5e418 we update our template, all works without mobile-multiplatform-gradle-plugin