Replace all kotlin-reflect-api dependencies with kotlin-reflect

Review: https://jetbrains.team/p/kt/reviews/6753

Why: I'm going to replace source dependency on kotlin-reflect with
binary dependency. Normalize reflect dependency before global
processing.
This commit is contained in:
Nikita Bobko
2022-07-25 16:14:41 +02:00
parent 8f79e833a8
commit 0874fb71c6
20 changed files with 20 additions and 25 deletions
@@ -10,7 +10,7 @@ dependencies {
api(project(":kotlin-util-klib-metadata"))
api(project(":compiler:util"))
implementation(project(":compiler:psi"))
compileOnly(project(":kotlin-reflect-api"))
compileOnly(project(":kotlin-reflect"))
compileOnly(intellijCore())
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))