mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Warnings.
This commit is contained in:
parent
ef6fd3f2a2
commit
cb0acdd352
2 changed files with 13 additions and 13 deletions
|
@ -58,7 +58,7 @@ abstract class JvmCompilerPlugin @Inject constructor(
|
|||
with(project) {
|
||||
arrayListOf(compileDependencies, compileProvidedDependencies, testDependencies,
|
||||
testProvidedDependencies).forEach {
|
||||
result.addAll(jvmCompiler.calculateDependencies(project, context!!, it))
|
||||
result.addAll(jvmCompiler.calculateDependencies(project, context, it))
|
||||
}
|
||||
}
|
||||
return dependencyManager.reorderDependencies(result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue