FlatBuffers Version v24.3.6

This commit is contained in:
Derek Bailey
2024-03-07 06:52:51 +00:00
parent 129ef422e8
commit 7cd216c51e
180 changed files with 289 additions and 285 deletions

View File

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