diff options
author | Marcin Zelent <zelent.marcin@gmail.com> | 2018-03-29 15:58:03 +0200 |
---|---|---|
committer | Marcin Zelent <zelent.marcin@gmail.com> | 2018-03-29 15:58:03 +0200 |
commit | 14e6b8b0171601c7392d13c4c79e38c2e55df928 (patch) | |
tree | 837d4fbe59f9723ffcd9deccaaec60d3bbdd4725 /.idea/kotlinc.xml | |
parent | ffd565bf02a180a249f361b29395f716c0ac2b40 (diff) |
Added fragments
Diffstat (limited to '.idea/kotlinc.xml')
-rw-r--r-- | .idea/kotlinc.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..5806fb3 --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Kotlin2JsCompilerArguments"> + <option name="sourceMapEmbedSources" /> + <option name="sourceMapPrefix" /> + </component> +</project>
\ No newline at end of file |