/mvi-valueadd

This is library for handling MVI architecture and Android lifecycle events, fully written in kotlin.

Primary LanguageKotlinApache License 2.0Apache-2.0

mvi-valueadd CircleCI

This is library for handling mvi architecture and android lifecycle events, fully written in kotlin.

Dependency

allprojects {
      repositories {
	      	...
	      	maven { url 'https://jitpack.io' }
	    }
  }

...

implementation 'com.github.valueadd-poland:mvi-valueadd:{current_version}'