forked fromSwiftAndroid/swift-android-gradle
- Notifications
You must be signed in to change notification settings - Fork2
SwiftJava/swift-android-gradle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This version of the Gradle plugin is obsolete. It is now a part of theAndroid Toolchain
Gradle plugin for building Swift for Android using the Swift Package Manager.
Very early proof of concept; only works for Debug targets, and is pretty awful. (Your help is appreciated!)
Licensed under Apache License version 2.0.
You'll need the latest version of the SwiftAndroid toolchain (old versionsdo not have the Swift Package Manager)
You need to add swift to the PATH:
export PATH=$PATH:/path/to/swift/bin
Then run in the source folder
./gradlew install
to install the addon.
Seesample programs.
About
Gradle plugin for building Swift code for Android
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Java87.8%
- Shell8.1%
- Groovy2.7%
- Python1.4%