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:
parent
9281c9c969
commit
3f4d4bd41e
1 changed files with 1 additions and 0 deletions
|
@ -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) })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue