This is a Kotlin Multiplatform Mobile (KMM) Project. It includes iOS and Android applications with a native UI and a module with code shared on iOS and Android.
With the KMM plugin for Android Studio you can run, test, and debug shared code on both platforms without switching IDEs. Run and debug the application by selecting the corresponding configuration in the Run configuration menu. Run and debug shared module tests by pressing the gutter icon on a test class or method.
- Visit Kotlin Multiplatform Mobile Developer Portal to learn more about the technology
- Check out the Networking and data storage with KMM hands-on lab to learn how to create a mobile application for Android and iOS with a shared codebase with Ktor and SQLDelight.
This project is subject to the MIT License. Checkout LICENSE.md
This project is mantained by:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request