Jupp, through GWT (please kill me)
# gamedev
b
Jupp, through GWT (please kill me)
s
I believe that's like the one feature GWT has, actually
h
Will kotlin work the same as Java->GWT in the future?
s
Sort of it already does? Kotlin compiles to js but it requires everything else to be kotlin. And libgdx unfortunately is not
There are supposedly other alternatives like teavm and some other ones I think I favorited
h
Just saw message. What's the issue that kotlin cannot be converted into gwt thus allow us to have html5 build the same as java->get?
I'm still in doubt in using teavm. Is that working fine without issue for you? @sreich
s
The issue is that gwt transpiles Java source code I believe
Kotlin is not Java so..
I haven't tried any of those, I try to avoid the web as much as possible because it's such a mess
But there are other technologies I've seen that I've starred on GitHub
h
Thank you for detail! I do hope gwt at least make it ok for kotlin in future. Having web build is also good for kotlin, I don't want to port it via different tech.
s
It won't
Gwt isn't even maintained I don't think
It's not even the way forward, even for Java
And there are other technologies that sound promising and work for any jvm language