Setting up KMM project Install the KMM plugin from your AndroidStudio’s Preference ->Plugins-> Marketplace section . KMM plugin requires Kotlin 1.3 and above. Once the plugin is installed, restart AndroidStudio and create a new Android application and select KMM Application in project template.
Read moreWhat is KMM Android?
Kotlin Multiplatform Mobile (KMM) is an SDK for cross-platform mobile development . You can develop multiplatform mobile applications and share parts of your applications between Android and iOS, such as core layers, business logic, presentation logic, and more.
Read more