Kapt: Fix 'apt+compile' mode, clear package caches directly

This commit is contained in:
Yan Zhulanow
2018-10-29 14:09:08 +09:00
parent 4e84a6b601
commit 11e23ecc70
2 changed files with 7 additions and 4 deletions
@@ -96,6 +96,10 @@ public class KotlinJavaPsiFacade {
});
}
public void clearPackageCaches() {
packageCache = null;
}
public LightModifierList getEmptyModifierList() {
return emptyModifierList;
}