[repo] Migrate Groovy build scripts to use 'kotlinStdlib()' directly from buildSrc

This commit is contained in:
Yahor Berdnikau
2023-06-30 18:16:57 +02:00
committed by Space Team
parent 3629a9db30
commit 5de2b5aeb4
15 changed files with 19 additions and 20 deletions
@@ -36,7 +36,7 @@ configurations {
dependencies {
// TODO: upgrade coroutines to common version
api DependenciesKt.commonDependency(project, "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7")
api RepoDependencies.commonDependency(project, "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7")
}
ext.testOutputRoot = rootProject.file("test.output").absolutePath
@@ -6246,7 +6246,7 @@ dependencies {
implementation kotlinCompilerModule
api project(path: ':kotlin-native:backend.native', configuration: 'cli_bcApiElements')
api DependenciesKt.commonDependency(project, "junit")
api RepoDependencies.commonDependency(project, "junit")
}
// Configure build for iOS device targets.