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

Fix the duplicate dependent projects.

This commit is contained in:
Cedric Beust 2016-04-29 02:27:31 -08:00
parent 9281c9c969
commit 3f4d4bd41e

View file

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