.kotlinx.kotlinx-coroutines-debug.1.10.1.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-debug Show documentation
Show all versions of kotlinx-coroutines-debug Show documentation
Coroutines support libraries for Kotlin
The newest version!
module kotlinx.coroutines.debug {
requires java.management;
requires java.instrument;
requires kotlin.stdlib;
requires kotlinx.coroutines.core;
requires static net.bytebuddy;
requires static net.bytebuddy.agent;
requires static org.junit.jupiter.api;
requires static org.junit.platform.commons;
exports kotlinx.coroutines.debug;
exports kotlinx.coroutines.debug.junit4;
exports kotlinx.coroutines.debug.junit5;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy