SkillAgentSearch skills...

KotlinExtensions

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

Install / Use

/learn @wflin2020/KotlinExtensions
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

Related Skills

View on GitHub
GitHub Stars73
CategoryDevelopment
Updated1y ago
Forks0

Languages

Kotlin

Security Score

70/100

Audited on Jan 17, 2025

No findings