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