Awesome
kotlin-with-cocoapods-sample
This project represents the case when CocoaPods dependencies added in Kotlin and there is no existing Xcode project
Project contains several directories:
pod_dependency
- local Objective-C library with .podspec filesubspec_dependency
- local Objective-C library whose .podspec file contains subspec "Core"kotlin-library
- Kotlin module withcocoapods
section containing dependency on both local pods, remote podBase64
and remote subspec dependency onSDWebImage/MapKit
Importing of this project to Intellij IDEA provides features like code-completion from these dependencies, highlighting and others