Working on some common code shared between Android...
# multiplatform
t
Working on some common code shared between Android and iOS, using a sealed class. Looking at using sealedSubclasses to enumerate cases. I see that this method is only available on JVM and JS. Do we think this might/could be implemented for iOS one day? I understand it may need more reflection support that may not be possible, but curious whether it might be in the 1.4 roadmap…
đź‘Ť 3
a
+1 — better sealed class support in iOS would be great for us, too
a
Hello, @tylerwilson! AFAIK, there is no such feature request on the list. If it’s possible, consider filing the ticket here(http://kotl.in/issue). Also, can you illustrate it with the use case, please? This would help a lot.