Files
openide/.idea/kotlinc.xml
nik 43dde7442d IntelliJ project configuration: add dummy tags to kotlinc.xml configuration files
To avoid modified files in checkout directory until KT-29269 is fixed.
2019-01-22 11:52:48 +03:00

16 lines
623 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Kotlin2JsCompilerArguments">
<option name="sourceMapEmbedSources" />
</component>
<component name="Kotlin2JvmCompilerArguments">
<option name="jvmTarget" value="1.8" />
</component>
<component name="KotlinCommonCompilerArguments">
<option name="apiVersion" value="1.3" />
<option name="languageVersion" value="1.3" />
</component>
<component name="KotlinCompilerSettings">
<option name="additionalArguments" value="-version -Xstrict-java-nullability-assertions -Xjvm-default=enable" />
</component>
</project>