[BT] Move KotlinLogger to the bt-api package

#KT-57398 In Progress
This commit is contained in:
Alexander.Likhachev
2023-05-02 20:48:16 +02:00
committed by Space Team
parent 6e07d432b3
commit 1005d0244a
16 changed files with 16 additions and 9 deletions
@@ -3,7 +3,7 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.compilerRunner
package org.jetbrains.kotlin.buildtools.api
interface KotlinLogger {
val isDebugEnabled: Boolean