October 2019
Intermediate to advanced
434 pages
11h 54m
English
When we create a new Kotlin project, there are several ways to go about setting up that project and defining a compilation target. Throughout this book, we've primarily been working within IntelliJ IDEA to create new Kotlin projects and modules. Those projects have all targeted the JVM and have had minimal dependencies, so the actual project creation aspect hasn't been that interesting.
Now that we're considering how to create a Kotlin project that target's JavaScript, we can consider multiple means of creating a Kotlin project. In practice, there are the following four ways we could go about creating a new Kotlin project with a JavaScript target:
Read now
Unlock full access