From 5f475f0248212ce3b5292142f3d71708bf4fc95e Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 1 May 2016 08:49:02 -0700 Subject: [PATCH] Dependent projects were no longer being added. --- .../main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt index fbb7a8cf..4f418343 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt @@ -63,7 +63,7 @@ open class JvmCompilerPlugin @Inject constructor( override fun apply(project: Project, context: KobaltContext) { super.apply(project, context) - cleanUpActors() +// cleanUpActors() taskContributor.addIncrementalVariantTasks(this, project, context, "compile", runTask = { taskCompile(project) })