Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 417 Bytes

File metadata and controls

18 lines (11 loc) · 417 Bytes

KoinWithModularize

alt text

A sample project on how to use the Koin dependency injection framework with modularize project structure.

Languages, libraries and tools used

  • Kotlin
  • Koin
  • Corutine

Structure project

A sample used modularize patterns to separate features from the application. The application has 2 feature.

  • Login
  • Home