Open Vladislav-Shesternin opened 1 day ago
I think the HTML GWT backend unfortunately doesn't support other JVM languages, as IIRC GWT transpiles from Java source code instead of bytecode. However, the HTML TeaVM backend uses the latter and should work with Kotlin.
I think it would be good if the description of the HTML backend in liftoff could mention this.
When I create a project for HTML5 and select Kotlin, a src.main.kotlin folder is created, but it doesn't matter because there are no dependencies for Kotlin in build.gradle, so it doesn't work and I have to write only in Java.