Drop several more parameters of GenerationState's constructor

INCREMENTAL_COMPILATION_COMPONENTS and DECLARATIONS_JSON_PATH are already in
the configuration, and Progress was unused
This commit is contained in:
Alexander Udalov
2016-05-20 14:08:39 +03:00
parent f8816b5d67
commit 29c5e655ab
7 changed files with 33 additions and 59 deletions
@@ -404,9 +404,7 @@ object KotlinToJVMBytecodeCompiler {
targetId,
moduleName,
outputDirectory,
incrementalCompilationComponents,
onIndependentPartCompilationEnd = onIndependentPartCompilationEnd,
dumpBinarySignatureMappingTo = configuration.get(JVMConfigurationKeys.DECLARATIONS_JSON_PATH)?.let { File(it) }
onIndependentPartCompilationEnd
)
ProgressIndicatorAndCompilationCanceledStatus.checkCanceled()