Report rebuild reason in rebuild function
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user