as31: facetUtils.kt compilation fix (configureSdkIfPossible-nullability)
This commit is contained in:
committed by
Nikolay Krasko
parent
e2578b6a17
commit
a300682f04
@@ -247,7 +247,8 @@ fun parseCompilerArgumentsToFacet(
|
||||
// Retain only fields exposed (and not explicitly ignored) in facet configuration editor.
|
||||
// The rest is combined into string and stored in CompilerSettings.additionalArguments
|
||||
|
||||
kotlinFacet.module.configureSdkIfPossible(compilerArguments, modelsProvider)
|
||||
if (modelsProvider != null)
|
||||
kotlinFacet.module.configureSdkIfPossible(compilerArguments, modelsProvider)
|
||||
|
||||
val primaryFields = compilerArguments.primaryFields
|
||||
val ignoredFields = compilerArguments.ignoredFields
|
||||
|
||||
Reference in New Issue
Block a user