Skip to content

v2.0: Kotlin Multiplatform

Latest
Compare
Choose a tag to compare
@cvb941 cvb941 released this 27 Apr 17:00
· 1 commit to master since this release

This library has been migrated to Kotlin multiplatform.

Since JitPack does not support multiplatform releases, the packages will now be published to Maven Central under a new package name:

dependencies {
//  implementation("com.github.cvb941:kotlin-parallel-operations:1.5.0")
    implementation("io.github.cvb941:kotlin-parallel-operations:2.0.0")
}

Please replace your old package name to the new one in order to download the latest releases.