Kotlin / xcode-compat

AppCode helper for Kotlin/Native and Xcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

AppCode helper for Kotlin/Native and Xcode

License:Apache License 2.0


Languages

Language:Kotlin 100.0%