JS: prohibit using experimental coroutines from 1.3

This commit is contained in:
Anton Bannykh
2018-09-07 17:29:07 +03:00
parent c4be039cd1
commit d571d0ad51
7 changed files with 39 additions and 11 deletions
@@ -138,7 +138,7 @@ class GenerationState private constructor(
val deserializationConfiguration: DeserializationConfiguration =
CompilerDeserializationConfiguration(configuration.languageVersionSettings)
val deprecationProvider = DeprecationResolver(LockBasedStorageManager.NO_LOCKS, configuration.languageVersionSettings)
val deprecationProvider = DeprecationResolver(LockBasedStorageManager.NO_LOCKS, configuration.languageVersionSettings, CoroutineCompatibilitySupport.ENABLED)
init {
val icComponents = configuration.get(JVMConfigurationKeys.INCREMENTAL_COMPILATION_COMPONENTS)