Kapt: Fix 'apt+compile' mode, clear package caches directly
This commit is contained in:
@@ -96,6 +96,10 @@ public class KotlinJavaPsiFacade {
|
||||
});
|
||||
}
|
||||
|
||||
public void clearPackageCaches() {
|
||||
packageCache = null;
|
||||
}
|
||||
|
||||
public LightModifierList getEmptyModifierList() {
|
||||
return emptyModifierList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user