ConductorMVP
ConductorMVP copied to clipboard
Multi-project Clean Architecture MVP app in Kotlin using Conductor, Room, RxJava 2, Dagger 2 with custom scopes
Results
1
ConductorMVP issues
Sort by
recently updated
recently updated
newest added
Hello, In the domain gradle file why do you have double dependencies block ? dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version" implementation libs.rxJava implementation libs.rxAndroid implementation libs.junit } and dependencies { // RxJava...