We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f1f6d commit b74286bCopy full SHA for b74286b
android-x2j/src/main/kotlin/androidx2j/X2J.kt
@@ -91,7 +91,7 @@ public final class X2J {
91
if (sIsLayoutNamesInitialized) {
92
return;
93
}
94
- Class<?> cLayout = X2J.class.getClassLoader().loadClass(APPLICATION_ID + ".R2$" + "layout");
+ Class<?> cLayout = X2J.class.getClassLoader().loadClass(APPLICATION_ID + ".X2J_R$" + "layout");
95
for (Field field : cLayout.getFields()) {
96
sLayoutNames.put((int) field.get(null), field.getName());
97
0 commit comments