Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
d9fde67eb582270b4fa7c7b0baeadefb844e46d4
/
.
/
goldens
/
kotlin
/
generate.py
blob: bab81ae8b176695e5f4ca65a9444d00a0d6b3448 [
file
]
from
golden_utils
import
flatc_golden
def
flatc
(
options
,
schema
):
# Wrap the golden flatc generator with Kotlin specifics
flatc_golden
(
options
=[
"--kotlin"
]
+
options
,
schema
=
schema
,
prefix
=
"kotlin"
)
def
GenerateKotlin
():
flatc
([],
"basic.fbs"
)