ttypic / swift-klib-plugin

Gradle Plugin for injecting Swift code into Kotlin Multiplatform Mobile shared module
MIT License
159 stars 8 forks source link

Support locally defined `Package.swift` in native directory #23

Closed markst closed 2 weeks ago

markst commented 5 months ago

Opening the PR to start discussion as possible option to enable adding locally defined package which can be worked on independently and have their own dependencies.

markst commented 5 months ago

I'm unable to test this currently as I can't compile the helloswift project due to:

Caused by: org.gradle.api.resources.MissingResourceException: Could not read 'https://api.adoptium.net/v3/binary/latest/8/ga/mac/aarch64/jdk/hotspot/normal/eclipse' as it does not exist.

markst commented 2 weeks ago

Close in favour of https://github.com/ttypic/swift-klib-plugin/pull/30