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:
Generated
+1
@@ -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>
|
||||
Reference in New Issue
Block a user