Make private all fields in JpsKotlinCompilerSettings.
This commit is contained in:
@@ -30,13 +30,13 @@ public class JpsKotlinCompilerSettings extends JpsElementBase<JpsKotlinCompilerS
|
|||||||
static final JpsElementChildRole<JpsKotlinCompilerSettings> ROLE = JpsElementChildRoleBase.create("Kotlin Compiler Settings");
|
static final JpsElementChildRole<JpsKotlinCompilerSettings> ROLE = JpsElementChildRoleBase.create("Kotlin Compiler Settings");
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
public CommonCompilerArguments commonCompilerSettings = new CommonCompilerArguments.DummyImpl();
|
private CommonCompilerArguments commonCompilerSettings = new CommonCompilerArguments.DummyImpl();
|
||||||
@NotNull
|
@NotNull
|
||||||
public K2JVMCompilerArguments k2JvmCompilerSettings = new K2JVMCompilerArguments();
|
private K2JVMCompilerArguments k2JvmCompilerSettings = new K2JVMCompilerArguments();
|
||||||
@NotNull
|
@NotNull
|
||||||
public K2JSCompilerArguments k2JsCompilerSettings = new K2JSCompilerArguments();
|
private K2JSCompilerArguments k2JsCompilerSettings = new K2JSCompilerArguments();
|
||||||
@NotNull
|
@NotNull
|
||||||
public AdditionalCompilerSettings additionalCompilerSettings = new AdditionalCompilerSettings();
|
private AdditionalCompilerSettings additionalCompilerSettings = new AdditionalCompilerSettings();
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user