From e7b041456f13f0ef37c8d06e8fabe3afb045d439 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 22 Sep 2015 13:46:21 +0300 Subject: [PATCH] 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 --- .idea/artifacts/KotlinJpsPlugin.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.idea/artifacts/KotlinJpsPlugin.xml b/.idea/artifacts/KotlinJpsPlugin.xml index 7e9ed15d83a..0f5cf9c7ddc 100644 --- a/.idea/artifacts/KotlinJpsPlugin.xml +++ b/.idea/artifacts/KotlinJpsPlugin.xml @@ -21,6 +21,7 @@ + \ No newline at end of file