8000 GitHub - XingRay/kotlin-android-base: kotlin-android-base
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

XingRay/kotlin-android-base

Repository files navigation

kotlin-android-base

kotlin-android-base

How to

Step 1. Add the JitPack repository to your build file

Add it in build.gradle

repositories {
    // Use Maven Central for resolving dependencies.
    mavenCentral()

    maven("https://jitpack.io")
}

Step 2. Add the dependency

dependencies {
    // ...

    // add the dependency
    implementation("com.github.xingray:kotlin-android-base:0.0.3")
}

About

kotlin-android-base

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0