Files
flatbuffers/kotlin/settings.gradle.kts
2025-09-23 21:50:27 -07:00

8 lines
129 B
Kotlin

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