Skip to content

deviankim/nextm-lib

 
 

Repository files navigation

NEXTM-LIB

Setup

Add the JitPack repository in your build.gradle (top level module):

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

And add next dependencies in the build.gradle of the module:

dependencies {
    implementation 'com.github.13mile:nextm-lib:0.0.4'
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 93.4%
  • Java 6.6%