A framework combining Android ViewModels and Reducers.
Use https://jitpack.io:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
implementation 'com.github.arklabsnz.keel:viewmodel:1.3.1'
implementation 'com.github.arklabsnz.keel:viewmodel-dagger:1.3.1'
testImplementation 'com.github.arklabsnz.keel:viewmodel-testing:1.3.1'