Because everyone needs a Kotlin Multiplatform library to share crepes recipes ! #bzh
This is a sample project to show an implementation of a Kotlin Multiplatform library with Compose.
The purpose is to share a "business" module to get and transform crepe recipes. Then used the module in an Android, iOS, Desktop and web app.
- Ktor for the asynchronous http client.
- kotlinx.serialization.
- Koin for multiplatform for dependency injection
- Coroutines.
- Ktlint as Kotlin linter.
- MockK for mocking when testing shared library.
- Jetpack Compose in the sample android app for creating the ui.
- Navigation for the navigation in the android app.
- Jetpack Compose for Desktop
- Coil for image loading
- Lottie for compose
👤 Gosunet
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator