icerockdev / mobile-multiplatform-gradle-plugin

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

Add ability link ios framework to kotlin mpp ios target #2

Closed Alex009 closed 4 years ago

Alex009 commented 4 years ago

In https://github.com/icerockdev/moko-maps used cinterop to connect with GoogleMaps cocoapod, and https://github.com/icerockdev/moko-widgets require cinterop with some iOS frameworks (wich can be implemented on project-side, not library).

Need implement simple configurable solution of CInterop configuration.

Alex009 commented 4 years ago

released