Name synthetic files after layout names

This commit is contained in:
Yan Zhulanow
2015-04-01 22:35:26 +03:00
parent e6fa6e9a5d
commit b4cfacbac7
36 changed files with 75 additions and 48 deletions
@@ -35,7 +35,7 @@ class IDEAndroidUIXmlProcessor(val module: Module) : AndroidUIXmlProcessor(modul
module.getProject().getExtensions(PsiTreeChangePreprocessor.EP_NAME).first { it is AndroidPsiTreeChangePreprocessor }
}
override val cachedSources: CachedValue<List<String>> by Delegates.lazy {
override val cachedSources: CachedValue<List<AndroidSyntheticFile>> by Delegates.lazy {
cachedValue {
Result.create(parse(), psiTreeChangePreprocessor)
}