kotlinx.collections.immutable
kotlinx.collections.immutable copied to clipboard
Version 0.2 was removed from BT KotlinX repository
Hi!
There is a project that uses the old version 0.2 of the library but it seems this version was removed from
https://dl.bintray.com/kotlin/kotlinx/
The project is including this library as follows:
dependencies {
compile("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2")
}
repositories {
maven("https://dl.bintray.com/kotlin/kotlinx")
}
But Gradle is not able to find this dependency, so I checked in Maven Central and I am also not able to download the Jar file, which means the artifact was removed I believe.
Could you please re-upload the artifact for version 0.2?