1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00

Warnings.

This commit is contained in:
Cedric Beust 2015-11-07 15:06:20 -08:00
parent ef6fd3f2a2
commit cb0acdd352
2 changed files with 13 additions and 13 deletions

View file

@ -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)