Javier
06/02/2022, 6:51 PMirBuiltIns.findFunctions(...)
but we are getting an error in Ir due to the package is getting a weird format, for example if the function is foo.bar.baz
and it is in the baz.kt
file, we got foo.bar.BazKt.baz
in the Ir, how can we prevent this?