Fix AS 4.0 compilation
This commit is contained in:
@@ -52,7 +52,8 @@ public class PluginStartupActivity implements StartupActivity {
|
|||||||
}
|
}
|
||||||
catch (Throwable throwable) {
|
catch (Throwable throwable) {
|
||||||
LOG.debug("Excluding Kotlin plugin updates using old API", throwable);
|
LOG.debug("Excluding Kotlin plugin updates using old API", throwable);
|
||||||
UpdateChecker.getDisabledToUpdate().add(PluginId.getId("org.jetbrains.kotlin"));
|
//UpdateChecker.getDisabledToUpdate().add(PluginId.getId("org.jetbrains.kotlin"));
|
||||||
|
UpdateChecker.getDisabledToUpdatePlugins().add("org.jetbrains.kotlin");
|
||||||
}
|
}
|
||||||
|
|
||||||
KotlinPluginCompatibilityVerifier.checkCompatibility();
|
KotlinPluginCompatibilityVerifier.checkCompatibility();
|
||||||
|
|||||||
Reference in New Issue
Block a user