https://github.com/edvin/tornadofx-android-compat
Initial commit
https://github.com/edvin/tornadofx-android-compat
Last synced: about 1 month ago
JSON representation
Initial commit
- Host: GitHub
- URL: https://github.com/edvin/tornadofx-android-compat
- Owner: edvin
- License: apache-2.0
- Created: 2017-04-15T08:42:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T18:12:45.000Z (about 9 years ago)
- Last Synced: 2025-02-28T19:53:49.310Z (over 1 year ago)
- Language: Java
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://gluonhq.com/products/mobile/javafxports/) to create awesome
mobile applications with TornadoFX.
[](https://search.maven.org/#search|ga|1|no.tornado.tornadofx)
[](http://www.apache.org/licenses/LICENSE-2.0)
Include this dependency in your build:
#### Maven
```xml
no.tornado
tornadofx-android-compat
1.0.1
```
### Gradle
```groovy
compile 'no.tornado:tornadofx-android-compat:1.0.1'
```
This project was created as a response to [this issue](https://github.com/edvin/tornadofx/issues/299).