https://kotlinlang.org logo
#ios
Title
# ios
d

Daniele B

05/10/2021, 5:05 PM
is there any meaningful workaround to be able to access shared-code Sealed Classes from Swift?
m

matej

06/28/2021, 1:46 PM
What are you trying to do? We have some sealed classes in our shared code and our iOS Swift code does switch statements over them.
d

Daniele B

06/28/2021, 3:20 PM
I was considering sealed classes for defining events in the shared code. But eventually I decided to use normal functions instead.
3 Views