October 2019
Intermediate to advanced
434 pages
11h 54m
English
As discussed previously in this chapter, when we build a Kotlin project that is targeting JavaScript, the compiler will transpile our Kotlin code into human-readable JavaScript for use in whatever web application we may be building. This includes the Kotlin standard library as well. The results of this compilation process can be seen in our output directory after a project build. The following screenshot depicts this:

As mentioned in the last section, we have four outputs from the compilation of our current Hello World project:
Notice the pattern with ...
Read now
Unlock full access