JVM can run on any platform that supports Java, as you're building Kotlin directly into Java bytecode.
Multiplatform is for building native applications while using a single backend logic. You'll have to write separate handlers for everything unique to the platform, according to documentation.