createSolutionBuilderWithWatchHost

external fun <T : BuilderProgram> createSolutionBuilderWithWatchHost(    system: System = definedExternally,     createProgram: CreateProgram<T> = definedExternally,     reportDiagnostic: DiagnosticReporter = definedExternally,     reportSolutionBuilderStatus: DiagnosticReporter = definedExternally,     reportWatchStatus: WatchStatusReporter = definedExternally): SolutionBuilderWithWatchHost<T>(source)