Skip to content

SwiftJava/swift-android-gradle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This version of the Gradle plugin is obsolete. It is now a part of the Android 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.

Setup

You'll need the latest version of the SwiftAndroid toolchain (old versions do 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.

Usage

See sample programs.

About

Gradle plugin for building Swift code for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.8%
  • Shell 8.1%
  • Groovy 2.7%
  • Python 1.4%