Forward stdout and stderr logger of out of process compiler through gradle logging

Issue #KT-30596 Fixed
This commit is contained in:
Rene Groeschke
2019-03-25 09:55:06 +01:00
committed by Alexey Tsvetkov
parent d86ffd3f34
commit 6bef27e1e8
3 changed files with 16 additions and 4 deletions
@@ -10,6 +10,5 @@ interface KotlinLogger {
fun warn(msg: String)
fun info(msg: String)
fun debug(msg: String)
val isDebugEnabled: Boolean
}