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)
41 lines
1.4 KiB
XML
Vendored
41 lines
1.4 KiB
XML
Vendored
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CompilerConfiguration">
|
|
<resourceExtensions />
|
|
<wildcardResourcePatterns>
|
|
<entry name="!?*.java" />
|
|
<entry name="!?*.form" />
|
|
<entry name="!?*.class" />
|
|
<entry name="!?*.groovy" />
|
|
<entry name="!?*.scala" />
|
|
<entry name="!?*.flex" />
|
|
<entry name="!?*.kt" />
|
|
<entry name="!?*.clj" />
|
|
<entry name="!?*.aj" />
|
|
</wildcardResourcePatterns>
|
|
<annotationProcessing>
|
|
<profile default="true" name="Default" enabled="false">
|
|
<processorPath useClasspath="true" />
|
|
</profile>
|
|
</annotationProcessing>
|
|
</component>
|
|
<component name="CopyrightManager" default="" />
|
|
<component name="ProjectModuleManager">
|
|
<modules>
|
|
<module fileurl="file://$PROJECT_DIR$/module.iml" filepath="$PROJECT_DIR$/module.iml" />
|
|
</modules>
|
|
</component>
|
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
|
<output url="file://$PROJECT_DIR$/out" />
|
|
</component>
|
|
<component name="libraryTable">
|
|
<library name="KotlinJavaRuntime (2)">
|
|
<CLASSES>
|
|
<root url="jar://$PROJECT_DIR$/../mockRuntime11/kotlin-runtime.jar!/" />
|
|
</CLASSES>
|
|
<JAVADOC />
|
|
<SOURCES>
|
|
</SOURCES>
|
|
</library>
|
|
</component>
|
|
</project> |