This is library for handling mvi architecture and android lifecycle events, fully written in kotlin.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
...
implementation 'com.github.valueadd-poland:mvi-valueadd:{current_version}'