December 2017
Intermediate to advanced
260 pages
7h 34m
English
The kotlin.js and kotlinx-html-js.js files are nothing but the Kotlin output files. It's not compilation output, but actually transpiled output. The following are output compilations:
Let's assume our final Main.kt file will look like this:
fun main(args: Array<String>) { val socket: dynamic = js("window.socket") val chatWindow = ...
Read now
Unlock full access