Open lewismorgan opened 6 years ago
Feature branch merge for commit bf84854f01709c782dc6b477fbd2cd140affa116 includes Kotlin dependencies and refactor to project structure for full migration to Kotlin as well as uses Gradle's Kotlin DSL.
The application module Java classes will need to be slowly converted over to Kotlin while I refactor other parts of the code (mostly how trackers work).
Refactor HarvesterDroid into Kotlin code, using TornadoFX for java UI's
TornadoFX only works with JDK 8 right now, but is actively working on support for JDK 10+ due to Oracle's new conventions.