DEV Community

Discussion on: Debugging Kotlin on iOS with Xcode

Collapse
 
alex009 profile image
Aleksey Mikhailov

hi!
you can check our multiplatform gradle plugin with cocoapods support - github.com/icerockdev/mobile-multi...
with it you can build shared module by gradle, without xcode. and also you can configure project to build faster in multi-module project with cocoapods in different modules (where not required cinterop with cocoapod you can just pass cocoapod to linker, it save some of compilation time)