kotlin-native-cocoapods
kotlin-native-cocoapods copied to clipboard
A Gradle plugin for configuring Kotlin/Native with Cocoapods
Since we can't add multiple K/N projects as dependencies in a single multiplatform project, what is the best way to achieve this using this plugin? I am currently using export...
As @jonasbark said here https://github.com/AlecStrong/kotlin-native-cocoapods/issues/21#issuecomment-499861942 this plugin should still be updated for compatibility reasons, but it doesn't with Kotlin 1.3.40. Might it be fixed?
@AlecStrong I get this error when following your instructions (from the README) - I put your instructions in the root build.gradle. My gradle version is 5.1.1 and my Kotlin versions...
• Plugin requires to set target preset to 'iosArm64' in not usual way — just crash the build :( • Crash cli-call to PlistBuddy if entry in Plist.info not exists...
First, thank you very much for the library. I successfully added kotlin/native dependency as git submodule into my ios project using `kotlin-native-cocoapods` library. And I don't like to manage dependencies...
Hello, When setting up this gradle plugin in the new [kotlin-multiplatform gradle plugin](https://discuss.kotlinlang.org/t/kotlin-1-3-m2-new-multiplatform-projects-model/9264) and building the workspace in xcode I've got the following error: ``` $PODS_TARGET_SRCROOT/./gradlew -p "$PODS_TARGET_SRCROOT" "createIos${CONFIGURATION}Artifacts" >...
Hello thanks for effort creating the plugin! I am curious how to setup this - can you provide some example project using this plugin? Especially with a few ios dependencies...
Hi, I've followed the instructions provided in the README to integrate this plugin in my multiplatform project. After that, i can build the xcode project with success and import the...