https://kotlinlang.org logo
n

noncom

07/10/2018, 1:44 PM
I want to use a language interpreter written for Java (LuaJ) and allow it to launch program execution (interpretation) on coroutines. As far as I understand, it is impossible to get that functionality by just using the library from Kotlin. What would be the easiest way to make it work with Kotlin?