Closed zacharygrafton closed 3 years ago
According to https://kotlinlang.org/docs/whatsnew15.html#package-wide-sealed-class-hierarchies sealed classes no longer need to be in the same file, but are still restricted to the same package.
Thank you for this update!
According to https://kotlinlang.org/docs/whatsnew15.html#package-wide-sealed-class-hierarchies sealed classes no longer need to be in the same file, but are still restricted to the same package.