flatbuffers/kotlin/settings.gradle

11 lines
170 B
Groovy
Raw Normal View History

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = 'flatbuffers-kotlin'
include 'flatbuffers-kotlin', "benchmark"