Facet serialization changed in order to keep compatibility with previous

versions of Kotlin plugin
This commit is contained in:
Andrey Uskov
2019-06-27 19:43:03 +03:00
parent 87e75bd4cc
commit 404ce1a8c1
4 changed files with 7 additions and 4 deletions
@@ -2,7 +2,7 @@
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="2" allPlatforms="JVM [1.8]" useProjectSettings="false">
<configuration version="2" platform="JVM 1.8" allPlatforms="JVM [1.8]" useProjectSettings="false">
<compilerSettings>
<option name="additionalArguments" value="-version -Xallow-kotlin-package -Xskip-metadata-version-check" />
</compilerSettings>