You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Putting this annotation into generated files generates a large number of compiler warnings for users of the code, unless the users code also contains @ExperimentalUnsignedTypes annotations.
Thanks!
The text was updated successfully, but these errors were encountered:
In Feb 2022 I made a PR to remove
ExperimentalUnsignedTypes
annotations on generated kotlin code, which was merged: #7092I notice recently the generation of
ExperimentalUnsignedTypes
was added back to kotlin code generator: #7775I am seeing with flatc version 23.3.3 this annotation is getting generated.
May I ask why this change was made in PR 7775 above?
In Kotlin >= 1.5 unsigned types are not experimental https://kotlinlang.org/docs/whatsnew15.html#stable-unsigned-integer-types
Putting this annotation into generated files generates a large number of compiler warnings for users of the code, unless the users code also contains
@ExperimentalUnsignedTypes
annotations.Thanks!
The text was updated successfully, but these errors were encountered: