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,
defaultArguments: CommonCompilerArguments?,
kotlinFacet: KotlinFacet,
modelsProvider: IdeModifiableModelsProvider
modelsProvider: IdeModifiableModelsProvider?
) {
with(kotlinFacet.configuration.settings) {
val compilerArguments = this.compilerArguments ?: return