flatbuffers icon indicating copy to clipboard operation
flatbuffers copied to clipboard

kotlin-kmp build fixes

Open ptitjes opened this issue 10 months ago • 1 comments

This PR fixes some problems with the current Kotlin build and improves it further:

  • Factor out the GenerateFBTestClasses Gradle task
  • Commit the kotlin-js-store as per recommendations
  • Bump Gradle to more recent version and modernize build files accordingly
  • Fix the benchmarks use of the flatbuffers/java sources and clean-up useless code
  • Bump Kotlin to 2.1.10
  • Add linux(X64|Arm64) targets

ptitjes avatar Feb 14 '25 15:02 ptitjes

hey @ptitjes - thank you for the PR! It looks like there are some merge conflicts that have popped up. I don't think we have any kotlin experts helping maintain here at the moment, and this is a pretty big PR to take on all at once. If you're willing to break it up into smaller pieces, I may be able to help get at least parts of it merged :)

jtdavis777 avatar Dec 01 '25 02:12 jtdavis777