aboutsummaryrefslogtreecommitdiff
path: root/.idea/kotlinc.xml
diff options
context:
space:
mode:
Diffstat (limited to '.idea/kotlinc.xml')
-rw-r--r--.idea/kotlinc.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
index 5a05248b..35cd5ac3 100644
--- a/.idea/kotlinc.xml
+++ b/.idea/kotlinc.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
- <component name="Kotlin2JsCompilerArguments">
- <option name="sourceMapEmbedSources" />
- <option name="sourceMapPrefix" />
- </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 -Xskip-metadata-version-check" />
+ </component>
</project> \ No newline at end of file