[repo] Migrate Groovy build scripts to use 'kotlinStdlib()' directly from buildSrc
This commit is contained in:
committed by
Space Team
parent
3629a9db30
commit
5de2b5aeb4
@@ -141,7 +141,7 @@ configurations {
|
||||
dependencies {
|
||||
kotlin_compiler_jar kotlinCompilerModule
|
||||
kotlin_stdlib_jar kotlinStdLibModule
|
||||
use(DependenciesKt) {
|
||||
use(RepoDependencies) {
|
||||
trove4j_jar commonDependency("org.jetbrains.intellij.deps:trove4j")
|
||||
kotlin_reflect_jar commonDependency("org.jetbrains.kotlin:kotlin-reflect")
|
||||
compilerApi(commonDependency("org.jetbrains.intellij.deps.fastutil:intellij-deps-fastutil")) { setTransitive(false) }
|
||||
@@ -252,4 +252,4 @@ publishing {
|
||||
ArtifactsKt.sourcesJar(project) {
|
||||
it.from(sourceSets["cli_bc"].allSource)
|
||||
it.from(sourceSets["compiler"].allSource)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user