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?