mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Refactor.
This commit is contained in:
parent
bb2e09f680
commit
cccff9e7b0
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,6 @@ class AptPlugin @Inject constructor(val dependencyManager: DependencyManager, va
|
||||||
//
|
//
|
||||||
// Tell the Kotlin compiler to use the annotation plug-in
|
// Tell the Kotlin compiler to use the annotation plug-in
|
||||||
//
|
//
|
||||||
val allDeps = allDependencies(project)
|
|
||||||
flags.add("-Xplugin")
|
flags.add("-Xplugin")
|
||||||
flags.add(annotationProcessorDependency().jarFile.get().absolutePath)
|
flags.add(annotationProcessorDependency().jarFile.get().absolutePath)
|
||||||
|
|
||||||
|
@ -202,6 +201,7 @@ class AptPlugin @Inject constructor(val dependencyManager: DependencyManager, va
|
||||||
//
|
//
|
||||||
// Dependencies for the annotation plug-in and the generation
|
// Dependencies for the annotation plug-in and the generation
|
||||||
//
|
//
|
||||||
|
val allDeps = allDependencies(project)
|
||||||
val dependencies = dependencyManager.calculateDependencies(project, context,
|
val dependencies = dependencyManager.calculateDependencies(project, context,
|
||||||
Filters.EXCLUDE_OPTIONAL_FILTER,
|
Filters.EXCLUDE_OPTIONAL_FILTER,
|
||||||
listOf(Scope.COMPILE),
|
listOf(Scope.COMPILE),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue