I found several good clean architecture tutorials ...
# android-architecture
i
I found several good clean architecture tutorials in Kotlin, exploiting even the jetpack components, but they have max 2 use cases. when the app grows the repository where I have RXJava and the viewModels grow exponentially, which strategy I should use in a real life scenario clean Architecture so to maintain the classes expecially the repositories where I do heavy weight under the 300 rows?