Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 493 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 493 Bytes

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