Kotlin is generally known as a JVM language, and by many, as "Android's Swift," but it is so much more. JetBrains has planned Kotlin to be a portable language that can be rendered to many different platforms. Not just the JVM. These include Javascript and Native, which is an llvm compiler capable of outputting to iOS, Windows, Linux, Web assembly, and many other platforms. In this session, we'll cover: - Kotlin's target compilers and how they work - How the "Multiplatform" plugin meshes these together - An overview of the major tools and libraries - How to get started and next steps