Skip to content

valueadd-poland/mvi-valueadd

Repository files navigation

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}'