Skip to content

bennyhuo/kotlin-property-delegate-extensions

Repository files navigation

License: MIT

kotlin-property-delegate-extensions

How to use

Import

I have deployed these modules to maven central, you may add this in your build.gradle:

implementation("com.bennyhuo:kotlin-property-delegate-extensions:1.0")

SNAPSHOT

If you want to try the dev version, add this to your build.gradle:

repositories {
    maven {
        url "https://oss.sonatype.org/service/local/repositories/snapshots/" 
    }
}

dependencies {
    implementation("com.bennyhuo:kotlin-property-delegate-extensions:1.0-SNAPSHOT")
}

API

Link

Change Log

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages