flatbuffers/kotlin
Paulo Pinheiro 85088a196d
Small optimization on "deserialization" and fix on benchmarks again (#7982)
* [Kotlin] Small optimizations and benchmark on deserialization

* [Kotlin] Remove redudant assign() method (use init() instead)

* [Kotlin] Fix benchmark run after change in flatbuffers-java deps

Commit 6e214c3a49 fixes Kotlin build,
but makes the kotlin-benchmark plugin misses the java classes at
runtime, causing NotClassFoundError. The alternative to solve the issue
is to read java's pom.xml to get the latest java version and use it
as dependency. With that we avoid compilation errors on a new version and
keep benchmark plugin happy.
2023-05-31 11:02:39 -07:00
..
benchmark Small optimization on "deserialization" and fix on benchmarks again (#7982) 2023-05-31 11:02:39 -07:00
flatbuffers-kotlin Small optimization on "deserialization" and fix on benchmarks again (#7982) 2023-05-31 11:02:39 -07:00
gradle Add Kotlin multiplatform support (#7969) 2023-05-26 11:00:33 -07:00
spotless This commit contains the initial implementation of Flexbuffers in Kotlin. The code was ported based (#6387) 2021-01-28 14:49:25 -08:00
build.gradle.kts Add Kotlin multiplatform support (#7969) 2023-05-26 11:00:33 -07:00
gradle.properties Add Kotlin multiplatform support (#7969) 2023-05-26 11:00:33 -07:00
gradlew [Kotlin] Update gradle to 7.4.1 and simplify config files. (#7231) 2022-04-08 11:23:13 -07:00
gradlew.bat [Kotlin] Update gradle to 7.4.1 and simplify config files. (#7231) 2022-04-08 11:23:13 -07:00
settings.gradle.kts [Kotlin] Update gradle to 7.4.1 and simplify config files. (#7231) 2022-04-08 11:23:13 -07:00