flatbuffers/tests/flatc
Anton Bobukh b50b6be60a
[Kotlin] Control the generation of reflection with --reflect-names (#7775)
* [Kotlin] Control the generation of reflection with --reflect-names.
Tested:
```
$ cmake -G "Unix Makefiles" && make && ./tests/flatc/main.py
...
KotlinTests.EnumValAttributes
 [PASSED]
KotlinTests.EnumValAttributes_ReflectNames
 [PASSED]
KotlinTests: 2 of 2 passsed
...

35 of 35 tests passed
```

* [Kotlin] Fix SampleBinary by converting Byte to UByte for ubyte fields.

* [Kotlin] Annotate all generated classes with kotlin.ExperimentalUnsignedTypes.
2023-01-10 10:03:39 -08:00
..
bar Reworked keep prefix (#7456) 2022-08-22 18:59:24 -07:00
enum_val_attributes.fbs Add support for metadata attributes for enum values (#7567) (#7568) 2022-10-06 20:18:00 -04:00
flatc_cpp_tests.py Reworked keep prefix (#7456) 2022-08-22 18:59:24 -07:00
flatc_kotlin_tests.py [Kotlin] Control the generation of reflection with --reflect-names (#7775) 2023-01-10 10:03:39 -08:00
flatc_schema_tests.py Add support for metadata attributes for enum values (#7567) (#7568) 2022-10-06 20:18:00 -04:00
flatc_test.py Add support for metadata attributes for enum values (#7567) (#7568) 2022-10-06 20:18:00 -04:00
flatc_ts_tests.py [TS/JS] Move TS tests to dedicated folder and deps upgrade (#7508) 2022-09-12 20:03:23 -07:00
foo.fbs Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
foo_with_ns.fbs Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
main.py [Kotlin] Control the generation of reflection with --reflect-names (#7775) 2023-01-10 10:03:39 -08:00