Kotlin / kmm-with-cocoapods-sample

This project represents the case when Cocoapods dependencies are added in Kotlin and there is no existing Xcode project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

official project

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 file
  • subspec_dependency - local Objective-C library whose .podspec file contains subspec "Core"
  • kotlin-library - Kotlin module with cocoapods section containing dependency on both local pods, remote pod Base64 and remote subspec dependency on SDWebImage/MapKit

Importing of this project to Intellij IDEA provides features like code-completion from these dependencies, highlighting and others

About

This project represents the case when Cocoapods dependencies are added in Kotlin and there is no existing Xcode project

License:Apache License 2.0


Languages

Language:Ruby 61.1%Language:Kotlin 26.1%Language:Objective-C 12.8%