mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-11 15:37:27 +00:00
FlatBuffers Version 23.5.26 (#7976)
This commit is contained in:
@@ -524,7 +524,7 @@ class KotlinGenerator : public BaseGenerator {
|
||||
// runtime.
|
||||
GenerateFunOneLine(
|
||||
writer, "validateVersion", "", "",
|
||||
[&]() { writer += "Constants.FLATBUFFERS_23_5_9()"; },
|
||||
[&]() { writer += "Constants.FLATBUFFERS_23_5_26()"; },
|
||||
options.gen_jvmstatic);
|
||||
|
||||
GenerateGetRootAsAccessors(namer_.Type(struct_def), writer, options);
|
||||
|
||||
Reference in New Issue
Block a user