[repo] Migrate Groovy build scripts to use 'kotlinStdlib()' directly from buildSrc
This commit is contained in:
committed by
Space Team
parent
3629a9db30
commit
5de2b5aeb4
@@ -24,7 +24,7 @@ dependencies {
|
||||
|
||||
api project(':kotlin-test:kotlin-test-junit')
|
||||
|
||||
compileOnly kotlinStdlib()
|
||||
compileOnly RepoDependencies.kotlinStdlib(project)
|
||||
compileOnly project(':compiler')
|
||||
compileOnly project(':compiler:plugin-api')
|
||||
compileOnly project(':compiler:cli-common')
|
||||
|
||||
Reference in New Issue
Block a user