mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -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) {
|
override fun apply(project: Project, context: KobaltContext) {
|
||||||
super.apply(project, context)
|
super.apply(project, context)
|
||||||
|
cleanUpActors()
|
||||||
taskContributor.addIncrementalVariantTasks(this, project, context, "compile",
|
taskContributor.addIncrementalVariantTasks(this, project, context, "compile",
|
||||||
runTask = { taskCompile(project) })
|
runTask = { taskCompile(project) })
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue