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.
Include this dependency in your build:
<dependency>
<groupId>no.tornado</groupId>
<artifactId>tornadofx-android-compat</artifactId>
<version>1.0.1</version>
</dependency>
compile 'no.tornado:tornadofx-android-compat:1.0.1'
This project was created as a response to this issue.