Misc: Fix compilation after rebase

This commit is contained in:
Alexey Sedunov
2018-08-07 18:28:47 +03:00
parent b67d236857
commit 632dd05116
@@ -265,7 +265,7 @@ fun applyCompilerArgumentsToFacet(
arguments: CommonCompilerArguments, arguments: CommonCompilerArguments,
defaultArguments: CommonCompilerArguments?, defaultArguments: CommonCompilerArguments?,
kotlinFacet: KotlinFacet, kotlinFacet: KotlinFacet,
modelsProvider: IdeModifiableModelsProvider modelsProvider: IdeModifiableModelsProvider?
) { ) {
with(kotlinFacet.configuration.settings) { with(kotlinFacet.configuration.settings) {
val compilerArguments = this.compilerArguments ?: return val compilerArguments = this.compilerArguments ?: return