flatbuffers/tests/namespace_test/NamespaceA
Paulo Pinheiro de9aa0cdee Add basic Kotlin support (#5409)
* [Kotlin] Add kotlin generate code for tests and add
kotlin test to TestAll.sh

* [Kotlin] Add Kotlin generator

This change adds support for generating Kotlin classes.

The approach of this generator is to keep it as close
as possible to the java generator for now, in order
to keep the change simple.

It uses the already implemented java runtime,
so we don't support cross-platform nor js Kotlin yet.

Kotlin tests are just a copy of the java tests.

* Add optional ident support for CodeWriter

Identation is important for some languages and
different projects have different ways of ident
code, e.g. tabs vs spaces, so we are adding optional
support on CodeWriter for identation.

* [Kotlin] Add Documentation for Kotlin

* [Kotlin] Modify generated code to use experimental Unsigned types.
2019-07-22 16:05:15 -07:00
..
NamespaceB Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
SecondTableInA.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
SecondTableInA.go [Go] Namespaced imports fix (#5097) 2018-12-27 20:57:19 -05:00
SecondTableInA.java Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
SecondTableInA.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
SecondTableInA.lua Missing Lua generated files 2018-07-16 16:44:49 -07:00
SecondTableInA.php sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
SecondTableInA.py Adding missing generated code from recent commits. 2016-07-25 15:01:37 -07:00
TableInC.cs sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
TableInC.go sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
TableInC.php sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
TableInC.py sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
TableInFirstNS.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
TableInFirstNS.go [Go] Fix namespaces on enums (#5406) 2019-06-13 20:25:03 -07:00
TableInFirstNS.java Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
TableInFirstNS.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
TableInFirstNS.lua Missing Lua generated files 2018-07-16 16:44:49 -07:00
TableInFirstNS.php sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
TableInFirstNS.py Adding missing generated code from recent commits. 2016-07-25 15:01:37 -07:00
__init__.py Made sure all namespace test files get generated. 2015-12-14 16:15:43 -08:00