Skip to content

edvin/tornadofx-android-compat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TornadoFX Android Compatibility Layer

This artifact provides the classes that TornadoFX compiles against, which are not part of the Android SDK. You need to include this library in your project if you want to use TornadoFX together with JavaFXPorts to create awesome mobile applications with TornadoFX.

Maven Central Apache License

Include this dependency in your build:

Maven

<dependency>
    <groupId>no.tornado</groupId>
    <artifactId>tornadofx-android-compat</artifactId>
    <version>1.0.1</version>
</dependency>

Gradle

compile 'no.tornado:tornadofx-android-compat:1.0.1'

This project was created as a response to this issue.

About

Initial commit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages