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