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.