Add missing module to Kotlin JPS plugin

Since binary version stopped being a simple int and became an instance of the
class BinaryVersion, and since incremental cache loads versions of classes, the
JPS plugin now needs to have the 'deserialization' module which has that class
to avoid ClassNotFoundException.

This fixes CNFE from the bare plugin
This commit is contained in:
Alexander Udalov
2015-09-22 13:46:21 +03:00
parent f9ba7f6880
commit e7b041456f
+1
View File
@@ -21,6 +21,7 @@
<element id="file-copy" path="$PROJECT_DIR$/resources/kotlinManifest.properties" />
<element id="module-output" name="kotlinr" />
<element id="module-output" name="rmi-interface" />
<element id="module-output" name="deserialization" />
</root>
</artifact>
</component>