createSolutionBuilderHost

external fun <T : BuilderProgram> createSolutionBuilderHost(    system: System = definedExternally,     createProgram: CreateProgram<T> = definedExternally,     reportDiagnostic: DiagnosticReporter = definedExternally,     reportSolutionBuilderStatus: DiagnosticReporter = definedExternally,     reportErrorSummary: ReportEmitErrorSummary = definedExternally): SolutionBuilderHost<T>(source)