From 2dc1a0e5eaa6af2954c7c7aacd1d43208648ef2f Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 2 Nov 2015 22:48:52 -0800 Subject: [PATCH] Comment. --- src/main/kotlin/com/beust/kobalt/kotlin/BuildFileCompiler.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/com/beust/kobalt/kotlin/BuildFileCompiler.kt b/src/main/kotlin/com/beust/kobalt/kotlin/BuildFileCompiler.kt index 88483d8f..480566ec 100644 --- a/src/main/kotlin/com/beust/kobalt/kotlin/BuildFileCompiler.kt +++ b/src/main/kotlin/com/beust/kobalt/kotlin/BuildFileCompiler.kt @@ -238,6 +238,7 @@ public class BuildFileCompiler @Inject constructor(@Assisted("buildFiles") val b } val result = BuildScriptInfo(topologicalProjects.sort(ArrayList(all)), classLoader) + // Notify possible listeners (e.g. KobaltServer) we now have all the projects observable.onNext(result) return result }