Misc: Fix compilation after rebase
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user