Unable to implement library
y9vad9 opened this issue · 2 comments
y9vad9 commented
Due to bintray closing, there no way to implement this library now.
y9vad9 commented
I made temporary solution (JVM-only):
repositories {
maven("https://experimentalmvn.kotlingang.fun")
}
dependencies {
implementation("com.kotlingang.kds:kds-jvm:1.2.11")
}
y9san9 commented
Implemented stable solution