flatbuffers/docs/source
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
..
gRPC
Benchmarks.md
Building.md Fix recursion counter check. Add control to override depth of nested … (#4953) 2018-10-04 09:27:37 -07:00
Compiler.md Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
CONTRIBUTING.md
CppUsage.md Extend the test of MonsterExtra (#5428) 2019-07-08 11:22:56 -07:00
CUsage.md
DartUsage.md Fix typo in dart documentation (#5230) 2019-03-11 09:49:17 -07:00
doxyfile Port FlatBuffers to Rust (#4898) 2018-09-02 18:26:55 -07:00
doxygen_layout.xml Fix missing doxygen link to Rust docs 2018-11-13 11:10:03 -08:00
FlatBuffers.md Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
FlexBuffers.md
GoApi.md
GoApi_generated.txt
GoUsage.md
Grammar.md Update grammar to reflect required type signature for enum declarations. (#5269) 2019-03-28 10:48:40 -07:00
groups TypeScript docs (#4680) 2018-03-23 09:01:39 -07:00
Internals.md Extend the test of MonsterExtra (#5428) 2019-07-08 11:22:56 -07:00
JavaCsharpUsage.md
JavaScriptUsage.md
KotlinUsage.md Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
LobsterUsage.md FlatBuffers implementation for the Lobster programming language 2018-07-29 13:23:00 -07:00
LuaUsage.md Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
PHPUsage.md
PythonUsage.md
README_TO_GENERATE_DOCS.md
RustUsage.md [Rust] Don't use inner attributes for allow (#5212) 2019-03-09 12:58:27 -08:00
Schemas.md Extend the test of MonsterExtra (#5428) 2019-07-08 11:22:56 -07:00
style.css
Support.md Port FlatBuffers to Rust (#4898) 2018-09-02 18:26:55 -07:00
Tutorial.md Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
TypeScriptUsage.md fix typo (#5384) 2019-06-05 19:24:29 +01:00
WhitePaper.md