Skip to content
 
 

Repository files navigation

Android Core MVI

Android Core MVI library is the implementation of Model-View-Intent architecture pattern with Jetpack Compose.

Implementation

buildscript {
    repositories {
        maven { setUrl("https://jitpack.io") }
    }
}

Then add all or only needed library module dependencies to your module level build gradle:

dependencies {
    implementation 'com.github.ShiftHackZ:AndroidCoreMVI:<VERSION>'
}

About

Compose Library that implements MVI architecure pattern

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages