icerockdev / moko-kswift

Swift-friendly api generator for Kotlin/Native frameworks
https://moko.icerock.dev
Apache License 2.0
348 stars 21 forks source link

Fixes public modifier of the sealed property #52

Closed kazumanagano closed 2 years ago

kazumanagano commented 2 years ago

This PR fixes public modifier of the sealed property on SealedToSwiftEnumFeature. It allows access from outside the module as well as the generated enum.

Alex009 commented 2 years ago

thx!