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?
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.