be54e4b93b
Use a single coroutinesState instead. Change the coroutines state in
some tests from "warn" to "enable"/"error" to test that deserialization
of older config files works ("warn" is the default value, so it wasn't
testing anything here)
27 lines
1.1 KiB
XML
Vendored
27 lines
1.1 KiB
XML
Vendored
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
<component name="FacetManager">
|
|
<facet type="kotlin-language" name="Kotlin">
|
|
<configuration version="2" platform="JavaScript " useProjectSettings="false">
|
|
<compilerSettings>
|
|
<option name="additionalArguments" value="-version -meta-info" />
|
|
</compilerSettings>
|
|
<compilerArguments>
|
|
<option name="moduleKind" value="amd" />
|
|
<option name="languageVersion" value="1.1" />
|
|
<option name="apiVersion" value="1.0" />
|
|
<option name="coroutinesWarn" value="false" />
|
|
<option name="coroutinesError" value="true" />
|
|
</compilerArguments>
|
|
</configuration>
|
|
</facet>
|
|
</component>
|
|
</module> |