Files
flatbuffers/kotlin/settings.gradle.kts
2024-04-17 17:10:39 -07:00

5 lines
126 B
Kotlin

rootProject.name = "flatbuffers-kotlin"
includeBuild("convention-plugins")
include("flatbuffers-kotlin")
include("benchmark")