Kapt: Gradle plugin for the new kapt
(cherry picked from commit f4fc8f1)
This commit is contained in:
committed by
Yan Zhulanow
parent
399059729d
commit
407af3a0e5
@@ -91,6 +91,10 @@ messages/**)
|
||||
public InputStream getInputStream();
|
||||
}
|
||||
|
||||
-keep class com.intellij.openapi.vfs.StandardFileSystems {
|
||||
public static *;
|
||||
}
|
||||
|
||||
# needed for jar cache cleanup in the gradle plugin and compile daemon
|
||||
-keepclassmembers class com.intellij.openapi.vfs.impl.ZipHandler {
|
||||
public static void clearFileAccessorCache();
|
||||
|
||||
Reference in New Issue
Block a user