exclude Coroutines
Excludes all Kotlin Coroutines transitive dependencies.
This helper excludes the following coroutines modules from both org.jetbrains.kotlinx and com.intellij.platform groups:
kotlinx-coroutines-corekotlinx-coroutines-core-jvmkotlinx-coroutines-jdk8kotlinx-coroutines-debugkotlinx-coroutines-guavakotlinx-coroutines-slf4jkotlinx-coroutines-test
Example usage:
dependencies {
testImplementation(libs.kotestAssertions) {
excludeCoroutines()
}
}Content copied to clipboard