Create a shared module for cross-platform code
Read moreHow is Kotlin 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 moreHow do I create a multi platform app with Kotlin?
Create a shared module for cross-platform code
Read moreHow does Kotlin multi platform work?
Kotlin Multiplatform is an experimental language feature that allows you to run Kotlin in JavaScript, iOS, and native desktop applications, to name but a few . And best of all, it’s possible to share code between all these targets, reducing the amount of time required for development.
Read more