Kotlin is a young programming language. Originally it was designed to target the JVM, but now it targets the JavaScript too (and even Native). During this talk we will discuss about some aspects of Kotlin JS, such as:
- interop with JavaScript;
- what differences there are compared to Kotlin on JVM;
- sharing code between target platforms;
- and more.