.kotlinx.kotlinx-coroutines-guava.1.9.0-RC.2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlinx-coroutines-guava Show documentation
Show all versions of kotlinx-coroutines-guava Show documentation
Coroutines support libraries for Kotlin
module kotlinx.coroutines.guava {
requires kotlin.stdlib;
requires kotlinx.coroutines.core;
requires com.google.common;
exports kotlinx.coroutines.guava;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy