https://kotlinlang.org logo
t

tschuchort

10/10/2018, 8:03 PM
is there any way to have a sealed class hierarchy over several files? My classes are large so I would like to extract them to their own files. Maybe some trickery with the
expect
keyword would work?