Enable JS IC by default

#KT-28842 Fixed

Original commit: 2196d81322
This commit is contained in:
Alexey Tsvetkov
2018-12-14 16:34:29 +03:00
parent 9dbbe9c58d
commit 885f673d20
@@ -94,11 +94,6 @@ class KotlinBuilder : ModuleLevelBuilder(BuilderCategory.SOURCE_PROCESSOR) {
LOG.debug("==========================================")
LOG.info("is Kotlin incremental compilation enabled for JVM: ${IncrementalCompilation.isEnabledForJvm()}")
LOG.info("is Kotlin incremental compilation enabled for JS: ${IncrementalCompilation.isEnabledForJs()}")
if (IncrementalCompilation.isEnabledForJs()) {
val messageCollector = MessageCollectorAdapter(context, null)
messageCollector.report(INFO, "Using experimental incremental compilation for Kotlin/JS")
}
LOG.info("is Kotlin compiler daemon enabled: ${isDaemonEnabled()}")
val historyLabel = context.getBuilderParameter("history label")