Skip to content

OmkarJS/Enzo

Repository files navigation

This is a Kotlin Multiplatform template targeting Android, iOS, Desktop and Web.

Template follows MVVM with CLEAN architecture. Example Repository, RepositoryImpl, UseCases, HttpClient added.

This has base for the following dependencies,

  1. Navigation: Voyager Navigation
  2. Ktor client added: Common, Android and Desktop.
  3. Coroutines: Common
  4. Serialization (For passing data between composables): Common
  5. Logging: Kermit
  6. Image Loader: Kamel
  7. Dependency Injection (Common, Android): Koin
  • /composeApp is for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:

    • commonMain is for code that’s common for all targets.
    • Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name. For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app, iosMain would be the right folder for such calls.
  • /iosApp contains iOS applications. Even if you’re sharing your UI with Compose Multiplatform

KMP Template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages