aboutsummaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2020-03-19 11:09:07 +0100
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-05-14 13:43:13 +0200
commit57e6b6210f481dbe03cc01b954e30cb365dd2b2e (patch)
tree94e1ac18974363f078b7abb1c4239d669557eb0f /.idea
parent3f2a790190da4f40ea6d8a976aa1929b2a1b002b (diff)
downloaddokka-57e6b6210f481dbe03cc01b954e30cb365dd2b2e.tar.gz
dokka-57e6b6210f481dbe03cc01b954e30cb365dd2b2e.tar.bz2
dokka-57e6b6210f481dbe03cc01b954e30cb365dd2b2e.zip
Update to 1.4-M2, Native fails with an exception
Diffstat (limited to '.idea')
-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