{"id":4975,"date":"2020-11-19T07:22:52","date_gmt":"2020-11-19T07:22:52","guid":{"rendered":"https:\/\/47billion.com\/?p=4975"},"modified":"2024-12-23T05:15:54","modified_gmt":"2024-12-23T05:15:54","slug":"kotlin-multiplatform-mobile","status":"publish","type":"post","link":"https:\/\/47billion.com\/blog\/kotlin-multiplatform-mobile\/","title":{"rendered":"Kotlin Multiplatform Mobile"},"content":{"rendered":"\n
Code reuse between iOS and Android platforms has never been so easy. KMM provides the easiest way of code sharing. If we are using KMM then UI and BL are automatically separated. There is no need for any extra effort. We just need to add the KMM plugin to Android Studio and we are ready to write and test the shared code. <\/p>\n\n\n\n
Kotlin language has multiplatform capability. It provides different compilers to convert the Kotlin code to various different platforms<\/p>\n\n\n\n
Kotlin Multiplatform <\/strong><\/p>\n\n\n\n