Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092)

This commit is contained in:
Aaron Riekenberg
2022-02-13 22:29:36 -06:00
committed by GitHub
parent a94132a45f
commit 15df50eb7f
28 changed files with 0 additions and 29 deletions

View File

@@ -3,7 +3,6 @@
package optional_scalars
@Suppress("unused")
@ExperimentalUnsignedTypes
class OptionalByte private constructor() {
companion object {
const val None: Byte = 0

View File

@@ -7,7 +7,6 @@ import kotlin.math.sign
import com.google.flatbuffers.*
@Suppress("unused")
@ExperimentalUnsignedTypes
class ScalarStuff : Table() {
fun __init(_i: Int, _bb: ByteBuffer) {