I’ve been playing with it for a few days and I must say that I love it. I really think that Kotlin is going to be a huge thing in the client side. My app is a relatively simple progressive web app that I’ve been using to experiment with different technologies. I’ve implemented it in simple JS and ES6. Now, I’m converting it to KotlinJS.
The main problem so far is that the debugger (mapping issue, I think) just keeps taking me to unexpected lines of code. I’m literally blocked at this stage and I don’t know where to go. Will try to get some sample code that show the issue.