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
@@ -20,7 +20,7 @@ import org.jetbrains.kotlin.cli.common.ExitCode
import java.io.File
interface ICReporter {
fun report(message: ()->String)
fun report(message: () -> String)
// used in Gradle plugin
@Suppress("unused")