intro-kotlin-mutliplatform
intro-kotlin-mutliplatform copied to clipboard
Kotlin Multiplatform project (MPP), JVM and JS
Introduction to Kotlin Multiplatform
You can find the code for the hands-on lab on Introduction to Kotlin Multiplatform
Branches
We use Git Branches to separate different steps of the tutorial. Please check step-NNN branches for more details:
step-001branch contains the basic Kotlin/JVM + Ktor server applicationstep-002kotlin Multiplatform projectstep-003JS target to render HTMLstep-004common code to share a constantstep-005rendering code in the common source set, JVM worksstep-006putting all together, rendering both in JS and JVM