Forward stdout and stderr logger of out of process compiler through gradle logging
Issue #KT-30596 Fixed
This commit is contained in:
committed by
Alexey Tsvetkov
parent
d86ffd3f34
commit
6bef27e1e8
@@ -10,6 +10,5 @@ interface KotlinLogger {
|
||||
fun warn(msg: String)
|
||||
fun info(msg: String)
|
||||
fun debug(msg: String)
|
||||
|
||||
val isDebugEnabled: Boolean
|
||||
}
|
||||
Reference in New Issue
Block a user