Report rebuild reason in rebuild function

This commit is contained in:
Nikolay Krasko
2017-11-07 16:19:32 +03:00
parent 97c1e58149
commit 643f771c24
6 changed files with 11 additions and 11 deletions
@@ -789,7 +789,7 @@ class KotlinBuilder : ModuleLevelBuilder(BuilderCategory.SOURCE_PROCESSOR) {
}
private class JpsICReporter : ICReporter {
override fun report(message: ()->String) {
override fun report(message: () -> String) {
if (KotlinBuilder.LOG.isDebugEnabled) {
KotlinBuilder.LOG.debug(message())
}