Hi, is there some documentation about the internal...
# announcements
p
Hi, is there some documentation about the internals of the kotlin compiler? Specifically, I was looking for the different compilation passes and where they are orchestrated in the source code, the different representations involved in the process and how they relate and refer to each other (PSI / Descriptors / IR).
d
Unfortunately, no, there are no such documentation currently, and it's unlikely that it will appear in near future, because compiler infrastructure is being actively refactored now.