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

XingRay/kotlin-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotlin-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-base:0.0.17")
}

About

kotlin-base

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0