[FIR] Cleanup dependencies in :compiler:fir:raw-fir modules
This commit is contained in:
@@ -15,25 +15,25 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(project(":compiler:fir:raw-fir:raw-fir.common"))
|
api(project(":compiler:fir:raw-fir:raw-fir.common"))
|
||||||
|
|
||||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
||||||
|
|
||||||
testCompile(intellijDep())
|
testImplementation(intellijDep())
|
||||||
|
testImplementation(commonDep("junit:junit"))
|
||||||
|
testImplementation(projectTests(":compiler:tests-common"))
|
||||||
|
testImplementation(projectTests(":compiler:fir:raw-fir:psi2fir"))
|
||||||
|
|
||||||
testCompile(commonDep("junit:junit"))
|
|
||||||
testCompileOnly(project(":kotlin-test:kotlin-test-jvm"))
|
testCompileOnly(project(":kotlin-test:kotlin-test-jvm"))
|
||||||
testCompileOnly(project(":kotlin-test:kotlin-test-junit"))
|
testCompileOnly(project(":kotlin-test:kotlin-test-junit"))
|
||||||
testCompile(projectTests(":compiler:tests-common"))
|
|
||||||
testCompile(projectTests(":compiler:fir:raw-fir:psi2fir"))
|
|
||||||
|
|
||||||
testCompileOnly(project(":kotlin-reflect-api"))
|
testCompileOnly(project(":kotlin-reflect-api"))
|
||||||
testRuntime(project(":kotlin-reflect"))
|
|
||||||
testRuntime(project(":core:descriptors.runtime"))
|
|
||||||
|
|
||||||
compile("org.openjdk.jmh", "jmh-core", jmhVersion)
|
testRuntimeOnly(project(":kotlin-reflect"))
|
||||||
compile("org.openjdk.jmh", "jmh-generator-bytecode", jmhVersion)
|
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||||
compile("org.openjdk.jmh", "jmh-generator-annprocess", jmhVersion)
|
|
||||||
|
implementation("org.openjdk.jmh", "jmh-core", jmhVersion)
|
||||||
|
implementation("org.openjdk.jmh", "jmh-generator-bytecode", jmhVersion)
|
||||||
|
implementation("org.openjdk.jmh", "jmh-generator-annprocess", jmhVersion)
|
||||||
|
|
||||||
Platform[192].orHigher {
|
Platform[192].orHigher {
|
||||||
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
|
|||||||
@@ -9,20 +9,21 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(project(":compiler:fir:raw-fir:raw-fir.common"))
|
api(project(":compiler:fir:raw-fir:raw-fir.common"))
|
||||||
|
|
||||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
||||||
|
|
||||||
testCompile(intellijDep())
|
testImplementation(intellijDep())
|
||||||
|
|
||||||
|
testImplementation(commonDep("junit:junit"))
|
||||||
|
testImplementation(projectTests(":compiler:tests-common"))
|
||||||
|
|
||||||
testCompile(commonDep("junit:junit"))
|
|
||||||
testCompileOnly(project(":kotlin-test:kotlin-test-jvm"))
|
testCompileOnly(project(":kotlin-test:kotlin-test-jvm"))
|
||||||
testCompileOnly(project(":kotlin-test:kotlin-test-junit"))
|
testCompileOnly(project(":kotlin-test:kotlin-test-junit"))
|
||||||
testCompile(projectTests(":compiler:tests-common"))
|
|
||||||
|
|
||||||
testCompileOnly(project(":kotlin-reflect-api"))
|
testCompileOnly(project(":kotlin-reflect-api"))
|
||||||
testRuntime(project(":kotlin-reflect"))
|
|
||||||
testRuntime(project(":core:descriptors.runtime"))
|
testRuntimeOnly(project(":kotlin-reflect"))
|
||||||
|
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||||
|
|
||||||
Platform[192].orHigher {
|
Platform[192].orHigher {
|
||||||
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
|
|||||||
Reference in New Issue
Block a user