Hi, we are using `irBuiltIns.findFunctions(...)` b...
# kontributors
j
Hi, we are using
irBuiltIns.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?