A framework for reactive data management in Kotlin.
First, clone and build the repository.
> ./gradlew build
Next, publish the maven artifacts to your local environment.
> ./gradlew publishToMavenLocal
Now, you can add gradle dependencies to your project, like this:
implementation("org.pmvp:pmvp-library:0.0.1")
- Aubrey Goodman