Hi everyone,
We at IceRock have published our MOKO libraries for Kotlin Multiplatform mobile development .
Please see the full list of libs on the landing page:
https://moko.icerock.dev
MOKO includes:
• architecture lib - MVVM components;
• mobile specific libs - runtime permissions, localization resources, media access;
• codegeneration for ktor-client;
• composite items for RecyclerView/UITableView/UICollectionView from common code (from ViewModel in our case);
• @Parcelize support.
We also have a MOKO template project on GitHub (
https://github.com/icerockdev/moko-template) for a fast start. In the template project you can see:
• kotlin multiplatform project for ios and android with kotlin gradle dsl;
• multi-module architecture;
• example of two features (form and list of items);
• integration of multiplatform library in an ios app via cocoapods.
We'll be happy to hear from you on the
#moko channel.