plugin/src/main/kotlin/com/jetbrains/packagesearch/plugin/ui/model/packageslist/PackageListViewModel.kt [389:396]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val module = event.eventId .getModule() as? PackageSearchModule.WithVariants ?: return val variant = module.variants[event.eventId.variantName] ?: return val declaredPackage = variant.declaredDependencies .firstOrNull { it.id == event.eventId.packageId } ?: return - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugin/src/main/kotlin/com/jetbrains/packagesearch/plugin/ui/model/packageslist/PackageListViewModel.kt [708:715]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val module = event.eventId .getModule() as? PackageSearchModule.WithVariants ?: return val variant = module.variants[event.eventId.variantName] ?: return val declaredPackage = variant.declaredDependencies .firstOrNull { it.id == event.eventId.packageId } ?: return - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -