mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Don’t include stubs in the jar file.
Fixes https://github.com/cbeust/kobalt/issues/437
This commit is contained in:
parent
fff392d573
commit
f674ed65d6
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class AptPlugin @Inject constructor(val dependencyManager: DependencyManager, va
|
||||||
}
|
}
|
||||||
|
|
||||||
kaptConfigs[project.name]?.let { config ->
|
kaptConfigs[project.name]?.let { config ->
|
||||||
result.add(generatedDir(project, config.outputDir))
|
result.add(File(generatedSources(project, context, config.outputDir)))
|
||||||
}
|
}
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue