You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2020. It is now read-only.
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 like that. It would be more convenient to have project for at github (or on some service like jitpack.io) and specify dependency in Podfile like that.
pod 'MyKotlinNativeLibrary', :git => 'https://github.com/cat/MyKotlinNativeLibrary.git'
How can we achieve that? I'm not experienced at iOS development, feel free to correct me.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 like that. It would be more convenient to have project for at github (or on some service like jitpack.io) and specify dependency in Podfile like that.pod 'MyKotlinNativeLibrary', :git => 'https://github.com/cat/MyKotlinNativeLibrary.git'
How can we achieve that? I'm not experienced at iOS development, feel free to correct me.
The text was updated successfully, but these errors were encountered: