ge-org / multiplatform-swiftpackage

Gradle plugin that generates a Swift Package Manager manifest and an XCFramework to distribute a Kotlin Multiplatform library for Apple platforms.
Apache License 2.0
333 stars 49 forks source link

Cannot Be Used With Groovy DSL #17

Closed ge-org closed 3 years ago

ge-org commented 3 years ago

Due to the way Kotlin and Groovy closures interop the plugin cannot be used if the build script is written with the Groovy DSL.

ge-org commented 3 years ago

Fixed by #18