Is Kotlin a cross-platform?

With Kotlin Multiplatform, you can create different multiplatform projects for multiple platforms, including web, desktop, and other native platforms. Kotlin applications will work on different operating systems, such as macOS, Windows, Linux, Android, iOS, watchOS, and others .

Read more

What is the target platform of Kotlin?

Targets Target platformCommentsKotlin/JVMKotlin/JSSelect the execution environment: browser {} for applications running in the browser. nodejs{} for applications running on Node.js. Learn more in Setting up a Kotlin/JS project.Multiplatform Gradle DSL reference | Kotlin kotlinlang.org › docs › mpp-dsl-reference

Read more