Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kotlin/xcode-compat
AppCode helper for Kotlin/Native and Xcode
https://github.com/Kotlin/xcode-compat
Last synced: 6 days ago
JSON representation
AppCode helper for Kotlin/Native and Xcode
- Host: GitHub
- URL: https://github.com/Kotlin/xcode-compat
- Owner: Kotlin
- License: apache-2.0
- Archived: true
- Created: 2019-03-28T09:31:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T11:16:35.000Z (over 2 years ago)
- Last Synced: 2024-08-02T09:27:37.988Z (3 months ago)
- Language: Kotlin
- Size: 76.2 KB
- Stars: 21
- Watchers: 121
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kotlin-multiplatform - xcode-compat(official) - AppCode helper for Kotlin/Native and Xcode (Libraries / Build & Development Tools)
README
[![Obsolete project](https://jb.gg/badges/obsolete.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
# Kotlin Xcode compatibility Gradle plugin
The plugin is used by [AppCode](https://jetbrains.com/appcode) to set up Kotlin/Native project along with Xcode
# Sources
A multi-build sample with:
1. [plugin](./plugin) a Gradle plugin implemented in Kotlin and taking advantage of the `kotlin-dsl` plugin,
2. [consumer](./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