It is possible to have sealed interfaces?

As it was announced on Kotlin 1.4 Online Event, Kotlin will support sealed interfaces. Moreover, sealed interfaces will be supported even when JVM target version is less than 15, and even when the platform is not JVM.
Here is the KEEP proposal with technical details. You’re welcome to review it and leave your comments.

5 Likes