/skyshi-mvp

Android Model-View-Presenter (MVP) Pattern Using Kotlin

Primary LanguageKotlin

skyshi-mvp

skyshi-mvp aims to help create an Android project using Model-View-Presenter(MVP) pattern.

Dependency

Add this in your build.gradle file:

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

Then, add the library to your module build.gradle

dependencies {
    implementation 'com.github.skyshi-labs:skyshi-mvp:latest.release.here'
}