Kotlin / kotlin-by-example

The sources of Kotlin by Example.
https://play.kotlinlang.org/byExample/overview
MIT License
460 stars 897 forks source link

Update for Kotlin 1.5 #162

Closed zacharygrafton closed 3 years ago

zacharygrafton commented 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.

p7nov commented 3 years ago

Thank you for this update!