Hi anybody tried new sealed interface ? I’m having...
# compose
r
Hi anybody tried new sealed interface ? I’m having issue. A.S is not recognizing this type of interface
l
Which Kotlin AS plugin version are you using?
r
1.4.30 preview
b
support for sealed interfaces is experimental, don't know if that's the reason https://kotlinlang.org/docs/reference/sealed-classes.html#sealed-interfaces
r
Turns out, in order to use these features, we have to enable each feature explicitly like this
👆 1
👍 1
@jim