In the commit history of the Kotlin repo, I keep reading the term "light class". Can someone tell me, what they're about?
Thanks
In the commit history of the Kotlin repo, I keep reading the term "light class". Can someone tell me, what they're about?
Thanks
A light class is a representation of a Kotlin class as the Java PSI, allowing IntelliJ IDEA's Java support features to work with Kotlin classes.