Atul Gupta
06/16/2025, 9:02 PMenum class NoLookupLocation : LookupLocation
in kotlin complier? I am trying to find if a particular method exist or not in the current compilation scope and need to pass the value of LookupLocation
. Method I am using is below
moduleDescriptor.getPackage(FqName("kotlin.sequences")).memberScope.getContributedFunctions(
functionName,
NoLookupLocation.FROM_BUILTINS
)