[Kotlin] Add workflow to release kotlin multiplatform version (#8014)

Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
Paulo Pinheiro
2024-04-18 02:10:39 +02:00
committed by GitHub
parent e646392647
commit da6472013f
5 changed files with 130 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
rootProject.name = "flatbuffers-kotlin"
includeBuild("convention-plugins")
include("flatbuffers-kotlin")
include("benchmark")