mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 09:12:22 +00:00
FlatBuffers Version v24.3.7
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user