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:
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
|
||||
|
||||
Reference in New Issue
Block a user