arifahmadalfian / comp

Test lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test

arifahmadalfian

comp.mp4

Installation

Step 1. Add the JitPack repository to your build file. Add it in your root /settings.gradle at the end of repositories:

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency in /app/build.gradle :

dependencies {
    ...
    implementation 'com.github.arifahmadalfian:comp:1.1.0'
}

About

Test lib

License:MIT License


Languages

Language:Kotlin 100.0%