1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Dependent projects were no longer being added.

This commit is contained in:
Cedric Beust 2016-05-01 08:49:02 -07:00
parent 0a5f35917a
commit 5f475f0248

View file

@ -63,7 +63,7 @@ open class JvmCompilerPlugin @Inject constructor(
override fun apply(project: Project, context: KobaltContext) { override fun apply(project: Project, context: KobaltContext) {
super.apply(project, context) super.apply(project, context)
cleanUpActors() // cleanUpActors()
taskContributor.addIncrementalVariantTasks(this, project, context, "compile", taskContributor.addIncrementalVariantTasks(this, project, context, "compile",
runTask = { taskCompile(project) }) runTask = { taskCompile(project) })