Misc: Fix deserialization of CommonCompilerArguments.freeArgs

#KT-20938 Fixed
This commit is contained in:
Alexey Sedunov
2017-10-25 12:30:11 +03:00
parent 0bd267111e
commit cfad305826
6 changed files with 78 additions and 4 deletions
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinJavaRuntime (2)" level="project" />
</component>
</module>