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
)
dmitriy.novozhilov
06/17/2025, 7:16 AMdmitriy.novozhilov
06/17/2025, 7:17 AMAtul Gupta
06/17/2025, 7:19 AMkotlin.sequences
package?dmitriy.novozhilov
06/17/2025, 7:20 AMdimonchik0036
06/18/2025, 10:03 AMdimonchik0036
06/18/2025, 10:06 AMAtul Gupta
06/18/2025, 11:24 AMdimonchik0036
06/23/2025, 10:41 AM