buildTargetThen

fun buildTargetThen(    target: ModuleName,     localTracker: CompilerProgressReporter,     globalTracker: GlobalProgressReporter,     problemHandler: ProblemHandler,     originalAfterAll: () -> Unit)

Build the target and its dependencies.

Parameters

target

The canonical name of the module that the builder must (recursively) load into the AvailRuntime.

globalTracker
problemHandler

How to handle or report Problems that arise during the build.

originalAfterAll

What to do after building everything. This may run in another Thread, possibly long after this method returns.