How can I add TeaVM to my existing libGDX project?

2019-08-23 02:39发布

问题:

TeaVM is an alternate to GWT that compiles Java to byte code allowing for the usage of things like Scala and Kotlin, I am having a difficult time understanding the process of adding and running my libGDX project in TeaVM, I would greatly appreciate any assistance or directions on how to run the project after adding the dependencies into my build.gradle file. Thanks!