mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 15:55:43 +00:00
Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// automatically generated by the FlatBuffers compiler, do not modify
|
||||
|
||||
@Suppress("unused")
|
||||
@ExperimentalUnsignedTypes
|
||||
class Character_ private constructor() {
|
||||
companion object {
|
||||
const val NONE: UByte = 0u
|
||||
|
||||
Reference in New Issue
Block a user