kotlin-spm-plugin icon indicating copy to clipboard operation
kotlin-spm-plugin copied to clipboard

Gradle plugin for integration Kotlin with Swift package dependencies

Results 6 kotlin-spm-plugin issues
Sort by recently updated
recently updated
newest added

I can't get gradle to build after adding a spm dependency: ``` spm { macos("11") { dependencies { `package`( url = "https://github.com/AFNetworking/AFNetworking.git", version = "4.0.0", name = "AFNetworking" ) }...

## 🐛 Describe the bug bundleXCFramework fails on exported kotlin dependencies ## ⚠️ Current behavior When We try to create the xcFramework with the plugin, while we have the exported...

## 🚀 Description Current Readme doesn't expose the current situation of the repository. ## 📄 Motivation and Context I had troubles to see what grade task I should be executing....

## 🚀 Description Current implementation hardcodes and thus supports only one package versioning strategy - `from`. Use cases of plugin might require support whole bunch of different versioning strategies described...

## 🚀 Description Since `generate-xcodeproj` is now deprecated, we need a means to build a `XCFramework` packaged binary from a `Package.swift` There is limitation with using `xcodebuild` with Swift package....

## 🐛 Describe the bug just add library as readme plugins { java kotlin("multiplatform") id("com.doublesymmetry.kotlin-native-spm") } ## ⚠️ Current behavior Exception is: org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.github.pagr0m.kotlin.native.spm'] was not found in...