diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-05-21 16:13:28 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-05-21 16:13:28 +0300 |
commit | e94df7be47eef5b8305c291037a6b15852647eb8 (patch) | |
tree | 9d415e41e895122e7d816f1e348fe0b42a2d7722 /.idea/kotlinc.xml | |
parent | ab3621abcc468cead0206d3c45f200f6c9ea10b9 (diff) | |
download | dokka-e94df7be47eef5b8305c291037a6b15852647eb8.tar.gz dokka-e94df7be47eef5b8305c291037a6b15852647eb8.tar.bz2 dokka-e94df7be47eef5b8305c291037a6b15852647eb8.zip |
Flush .idea/*.xml changes
Diffstat (limited to '.idea/kotlinc.xml')
-rw-r--r-- | .idea/kotlinc.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 1c24f9a8..b072dc00 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,7 +1,11 @@ <?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="languageVersion" value="1.1" /> <option name="apiVersion" value="1.1" /> + <option name="languageVersion" value="1.1" /> </component> </project>
\ No newline at end of file |