kotlingang/kds

Unable to implement library

Closed this issue · 2 comments

Due to bintray closing, there no way to implement this library now.

I made temporary solution (JVM-only):

repositories {
    maven("https://experimentalmvn.kotlingang.fun")
}
dependencies {
    implementation("com.kotlingang.kds:kds-jvm:1.2.11")
}

Implemented stable solution