Kotlin facet UI, JS: Hide "Enable incremental compilation (experimental)".

This option is project-wide only, so it should be visible only in project settings.
#KT-26095 Fixed.
This commit is contained in:
Sergey Rostov
2018-08-16 10:08:52 +03:00
parent ebc64da52a
commit f09364e654
@@ -163,6 +163,7 @@ public class KotlinCompilerConfigurableTab implements SearchableConfigurable, Co
if (compilerWorkspaceSettings == null) {
keepAliveCheckBox.setVisible(false);
k2jvmPanel.setVisible(false);
enableIncrementalCompilationForJsCheckBox.setVisible(false);
}
reportWarningsCheckBox.setThirdStateEnabled(isMultiEditor);