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 withcocoapodssection containing dependency on both local pods, remote podBase64and remote subspec dependency onSDWebImage/MapKit
Importing of this project to Intellij IDEA provides features like code-completion from these dependencies, highlighting and others