buildTarget

fun buildTarget(    target: ModuleName,     localTracker: CompilerProgressReporter,     globalTracker: GlobalProgressReporter,     problemHandler: ProblemHandler)

Build the target and its dependencies. Block the current Thread until it's done.

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.