-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eliminate Xcode warnings on generated code #46
Comments
Alex009
changed the title
Remove bang operator to eliminate Xcode warnings
Eliminate Xcode warnings on generated code
May 28, 2022
Alex009
added a commit
to atticus183/moko-kswift
that referenced
this issue
Aug 6, 2022
# Conflicts: # kswift-gradle-plugin/src/main/kotlin/dev/icerock/moko/kswift/plugin/feature/SealedToSwiftEnumFeature.kt
Alex009
added a commit
to atticus183/moko-kswift
that referenced
this issue
Aug 6, 2022
Alex009
added a commit
that referenced
this issue
Aug 7, 2022
#46 Remove bang operator to eliminate Xcode warnings
will be released in 0.6.0 |
Merged
I've just started looking at this library, but I think I'm running into this issue even though it's supposed to be fixed in 0.6.0. I'm seeing 125 Xcode warnings inside my generated Swift file for My environment:
|
Version 0.6.0 still have this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems 0.5.0 introduced the following Xcode warning:
I propose removing the bang operator from the
SealedToSwiftEnumFeature.kt
file, specifically inside thebuildSealedProperty
method.I will happily fork and create the PR myself 👍🏼.
The text was updated successfully, but these errors were encountered: