How do you make generated FIR visible in the IDE? ...
# compiler
f
How do you make generated FIR visible in the IDE? I can see the seralizer() method from classes annotated with @Serializable, but not my generated nested classes. Is kotlinx.serialization public? Or is there an example repo I can look at to figure out how this works?
m
You need to enable a registry key in your IDE
☝🏻 1
🙌 1
☝️ 1
f
Legend @mbonnin K