.kotlinx.kotlinx-coroutines-debug.1.8.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
module kotlinx.coroutines.debug {
requires java.management;
requires java.instrument;
requires kotlin.stdlib;
requires kotlinx.coroutines.core;
requires net.bytebuddy;
requires net.bytebuddy.agent;
requires org.junit.jupiter.api;
requires org.junit.platform.commons;
// exports kotlinx.coroutines.debug; // already exported by kotlinx.coroutines.core
exports kotlinx.coroutines.debug.junit4;
exports kotlinx.coroutines.debug.junit5;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy