Skip to content
/ clean-kmm-mvp Public template

A sample KMM (koltin multiplatform mobile) project based on multimodule and Clean Architecture.

Notifications You must be signed in to change notification settings

jeancsanchez/clean-kmm-mvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa6e87c · Mar 17, 2021

History

5 Commits
Jan 8, 2021
Jan 9, 2021
Jan 8, 2021
Jan 8, 2021
Jan 8, 2021
Jan 9, 2021
Jan 9, 2021
Jan 9, 2021
Jan 8, 2021
Jan 8, 2021
Mar 17, 2021
Jan 8, 2021
Jan 8, 2021
Jan 8, 2021
Jan 8, 2021
Jan 8, 2021

Repository files navigation

Clean KMM MVP

This is a KMM (koltin multiplatform mobile) project. It includes iOS and Android applications with a native UI and a module with code shared on iOS and Android. Features. This example has just a login page with generic API and error mensages. This project is related to my posting on Medium: https://medium.com/p/7fb8bff73cc9/

Structure

  • Multimodule
  • Clean Architecture
  • Model-View-Presenter
  • Coroutines
  • ViewBinding
  • SwiftUI