Build: Remove coroutines-core dependency from backend.native:tests

The dependency on kotlinx-coroutines-core seems redundant and always
overridden by another dependency.
This commit is contained in:
Vyacheslav Gerasimov
2024-02-22 21:23:36 +01:00
committed by Space Team
parent f924de5a2c
commit 8fd3166199
@@ -37,10 +37,6 @@ configurations {
api.extendsFrom nopPluginApi
}
dependencies {
// TODO: upgrade coroutines to common version
api RepoDependencies.commonDependency(project, "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7")
}
ext.testOutputRoot = rootProject.file("test.output").absolutePath
ext.platformManager = project.project(":kotlin-native").platformManager