mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 17:22:21 +00:00
FlatBuffers Version 22.12.06 (#7702)
This commit is contained in:
@@ -505,7 +505,7 @@ class KotlinGenerator : public BaseGenerator {
|
||||
// runtime.
|
||||
GenerateFunOneLine(
|
||||
writer, "validateVersion", "", "",
|
||||
[&]() { writer += "Constants.FLATBUFFERS_22_11_23()"; },
|
||||
[&]() { writer += "Constants.FLATBUFFERS_22_12_06()"; },
|
||||
options.gen_jvmstatic);
|
||||
|
||||
GenerateGetRootAsAccessors(namer_.Type(struct_def), writer, options);
|
||||
|
||||
Reference in New Issue
Block a user