KotlinExtensions Save

🔥 A library provides some useful kotlin extension functions. 一个提供了kotlin常用拓展函数的库

Project README

ktext

🔥 A library provides some useful kotlin extension functions.

Including in your project

Maven Central

Gradle

Add below codes to your root build.gradle file (not your module build.gradle file).

allprojects {
    repositories {
        mavenCentral()
    }
}

And add a dependency code to your module's build.gradle file.

dependencies {
    implementation "io.github.wflin2020:ktext:latest-version"
}

How to use

Open Source Agenda is not affiliated with "KotlinExtensions" Project. README Source: wflin2020/KotlinExtensions

Open Source Agenda Badge

Open Source Agenda Rating