Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.86 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.86 KB

The-Movies: Clean Architecture Kotlin Multiplatform Mobile

build GitHub license API API

What're inside?
- Jetpack Compose
- Hilt
- Ktor
- Android Instrument Test
- Pagination
- Unit Test
- SQLDelight

Project-Related Articles

  • Initial-Impresion - Kotlin Multiplatform Mobile: The Definitive Cross-platform Bridge
  • Pagination - Pagination in Kotlin Multiplatform Mobile

iOS Preview

Android Preview

To run this project, set your API Key in the ApiKey.kt class in shared/commonMain/.../theMovie/util.

Credits

  • TMDB - Movie API Provider.
  • buildKonfig - Shared gradle file value reader.