Make ICReporter interface

This commit is contained in:
Alexey Tsvetkov
2016-12-29 22:43:00 +03:00
parent d80c1ad10d
commit d19a92bab5
4 changed files with 7 additions and 7 deletions
@@ -782,7 +782,7 @@ private fun CompilationResult.doProcessChanges(
}
}
private class JpsICReporter : ICReporter() {
private class JpsICReporter : ICReporter {
override fun report(message: ()->String) {
if (KotlinBuilder.LOG.isDebugEnabled) {
KotlinBuilder.LOG.debug(message())