Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 741 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 741 Bytes

Obsolete project

Kotlin Xcode compatibility Gradle plugin

The plugin is used by AppCode to set up Kotlin/Native project along with Xcode

Sources

A multi-build sample with:

  1. plugin a Gradle plugin implemented in Kotlin and taking advantage of the kotlin-dsl plugin,
  2. consumer a build that uses the Gradle plugin above.

Run with:

./gradlew consumer

This will build and publish the Gradle plugin locally ; and then run the task contributed by this plugin in the consumer build.

License

Apache 2.0. See LICENSE file in the repostiory for details