FlatBuffers Version v24.3.7

This commit is contained in:
Derek Bailey
2024-03-07 15:16:33 -08:00
parent 5b32e8f5c2
commit 6ff9e90e7e
183 changed files with 245 additions and 241 deletions

View File

@@ -524,7 +524,7 @@ class KotlinGenerator : public BaseGenerator {
// runtime.
GenerateFunOneLine(
writer, "validateVersion", "", "",
[&]() { writer += "Constants.FLATBUFFERS_24_3_6()"; },
[&]() { writer += "Constants.FLATBUFFERS_24_3_7()"; },
options.gen_jvmstatic);
GenerateGetRootAsAccessors(namer_.Type(struct_def), writer, options);