Skip to content

theakashdev/KotlinX

Repository files navigation

add it to your settings.gradle file

dependencyResolutionManagement {
    ....
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

add it to your build.gradle(Module: app) file

dependencies {
    implementation 'com.github.theakashdev:KotlinX:{latest version}'
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages