oleksandr.stepanov
04/25/2019, 9:12 AMcinterops
dependency to the build.gradle
of common module, so it makes Pods accessible for Kotlin code in iOS module, compiles and links with Pods frameworks.
This is almost done in https://github.com/RubyLichtenstein/Kotlin-Multiplatform-Firebase repo for Firebase Pod, however they link against pre-compiled framework placed in c_interop/firestore directory.
What I need, is to build these frameworks as part of gradle build step and link against them while creating Kotlin framework for iOS.
If anybody has succeeded with such task, could you, please, share the sample project?
Thanks.svyatoslav.scherbina
04/25/2019, 10:56 AMoleksandr.stepanov
04/25/2019, 11:12 AMsvyatoslav.scherbina
04/25/2019, 11:18 AManother question regarding this plugin: when Kotlin framework is imported as pod, is it recompiling every time you make build in XCode?It shouldn’t.
oleksandr.stepanov
04/25/2019, 11:19 AMsvyatoslav.scherbina
04/25/2019, 11:22 AMoleksandr.stepanov
04/25/2019, 11:24 AMsvyatoslav.scherbina
04/25/2019, 11:32 AMoleksandr.stepanov
04/25/2019, 11:39 AMsvyatoslav.scherbina
04/25/2019, 1:15 PMAre there any plans/ETA for this feature, do you know?We properly understand the importance of this feature and consider implementing it, but have no ETA.