Hello ! I just realized that `sealed class` can ac...
# multiplatform
g
Hello ! I just realized that
sealed class
can actually be instantiated from ObjectiveC! In Kotlin I can't because the constructor is private, but it looks like it's actually exported as public for ObjectiveC (tested on Kotlin 1.6.0). Is there a reason for that or is it just a bug tracked somewhere ?
1
Oups, finally found the ticket, it's fixed in 1.6.20-M1 ! https://youtrack.jetbrains.com/issue/KT-48282 Thank you Jetbrains ! ❤️