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