setSuccessAndFailureReporters

fun setSuccessAndFailureReporters(theSuccessReporter: () -> Unit, theFailureReporter: () -> Unit)

Set the success reporter and failure reporter.

Parameters

theSuccessReporter

What to do when the module compilation completes successfully.

theFailureReporter

What to do when the module compilation completes unsuccessfully.