[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
+1 -1
View File
@@ -10,7 +10,7 @@ configurations {
dependencies {
expectedBy project(':kotlin-test:kotlin-test-common')
expectedBy project(':kotlin-test:kotlin-test-annotations-common')
api kotlinStdlib("js")
api RepoDependencies.kotlinStdlib(project, "js")
}
compileKotlin2Js {
+1 -1
View File
@@ -54,7 +54,7 @@ tasks.register("populateNodeModules", Copy) {
}
node {
version = DependenciesKt.getNodejsVersion(project)
version = RepoDependencies.getNodejsVersion(project)
download = true
}