Hi guys, I just updated a compiler plugin from Kot...
# compiler
n
Hi guys, I just updated a compiler plugin from Kotlin 1.9.10 to 1.9.23 (supportsK2 = false). Something that used to work, now doesn’t:
IrPluginContext.referenceClass(ClassId)
returns null. The class is a public class provided by a dependency. Any hint on how to fix this?