You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/android-extensions/android-extensions-compiler/src/org/jetbrains/kotlin/android/synthetic/descriptors/PredefinedPackageFragmentDescriptor.kt
Copy file name to clipboardExpand all lines: plugins/android-extensions/android-extensions-compiler/src/org/jetbrains/kotlin/android/synthetic/res/AndroidPackageFragmentProviderExtension.kt
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,14 +82,16 @@ abstract class AndroidPackageFragmentProviderExtension : PackageFragmentProvider
82
82
83
83
// Package with clearFindViewByIdCache()
84
84
AndroidConst.SYNTHETIC_SUBPACKAGES.last().let { s ->
85
-
val packageDescriptor =PredefinedPackageFragmentDescriptor(s, module, storageManager, packagesToLookupInCompletion) { descriptor ->
85
+
val packageDescriptor =PredefinedPackageFragmentDescriptor(s, module, storageManager, packagesToLookupInCompletion, { descriptor ->
86
86
val widgetReceivers = lazyContext().getWidgetReceivers(forView =false, isExperimental = isExperimental) +
Copy file name to clipboardExpand all lines: plugins/android-extensions/android-extensions-compiler/src/org/jetbrains/kotlin/android/synthetic/res/syntheticDescriptorGeneration.kt
0 commit comments