[BT] Move KotlinLogger to the bt-api module

#KT-57398 In Progress
This commit is contained in:
Alexander.Likhachev
2023-05-02 20:50:25 +02:00
committed by Space Team
parent 1005d0244a
commit 2412693ef0
6 changed files with 28 additions and 15 deletions
@@ -12,6 +12,7 @@ dependencies {
compileOnly(project(":kotlin-preloader"))
compileOnly(project(":compiler:frontend.java"))
compileOnly(project(":daemon-common"))
compileOnly(project(":compiler:build-tools:kotlin-build-tools-api"))
compileOnly(project(":compiler:util"))
compileOnly(intellijCore())
}