diff options
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 |