haxetink / tink_await

Haxe async/await
MIT License
58 stars 15 forks source link

hxjava target not work #36

Closed sonygod closed 4 years ago

sonygod commented 4 years ago

hxjava target not work

back2dos commented 4 years ago

That's a problem with hxjava being unable to properly generate code from tink_core. If you wish to target java, better use -D jvm. It sidesteps these problems and also builds faster.