I want to use some java libraries with kotlin-javascript. I haven't try, and I have a question: Is there any limitaton to use java libraries with kotlin-javascript? What kind of java libraries can be used, and what can't?
If I use a big 3rd-party java library, will it generate huge javascript code?
I testing that features and it can compile jvm byte code such as Kotlin+Java to js code and it work’s. It use maven for building js sources. And i saw gradle plugin, but not testing that: https://github.com/edibleday/teavm-gradle-plugin.
The problem I can’t to resolve with TeaVM is debugging in browser. It create source maps, but I don’t understand how it work’s :(. Intellij IDEA debbuger start’s debugging with Chrome browser and breakpoint work’s, but there are no relevant information in variable view. I am very interesting with Jetbrain product and hope that someone can start debugging with TeamVM.