A Clean Architecture App to show use of multi module architecture in a Jetpack Compose
Nextflix-Composable
A Clean Architecture App to show use of multi module architecture in a Jetpack Compose
This app is a PoC to showcase the use of multi module architecture in a Jetpack Compose. The modules are as follow:
-
app: Presentation Layer
-
domain: Business Logic Layer
-
data: Data Access Layer
-
buildSrc: Includes Versions of Dependecies