jun chen
05/25/2023, 10:57 AMJavier
05/25/2023, 12:23 PM@FirIncompatiblePluginAPI("Use callableId overload instead")
fun referenceFunctions(fqName: FqName): Collection<IrSimpleFunctionSymbol>
you can try this, but maybe you get the same error 🤷
fun referenceFunctions(callableId: CallableId): Collection<IrSimpleFunctionSymbol>