JS: enable release coroutines

This commit is contained in:
Anton Bannykh
2018-07-08 22:40:32 +03:00
committed by Anton Bannykh
parent f77e023210
commit 4872c97929
5 changed files with 32 additions and 16 deletions
@@ -87,8 +87,6 @@ public class JsConfig {
@Nullable Set<String> librariesToSkip) {
this.project = project;
this.configuration = configuration.copy();
CommonConfigurationKeysKt.setLanguageVersionSettings(this.configuration, new ReleaseCoroutinesDisabledLanguageVersionSettings(
CommonConfigurationKeysKt.getLanguageVersionSettings(this.configuration)));
this.metadataCache = metadataCache;
this.librariesToSkip = librariesToSkip;
}