summaryrefslogtreecommitdiff
path: root/kotlin/settings.gradle
blob: a30971c0403917bce8a5928f50cf525d03c74087 (plain)
1
2
3
4
5
6
7
8
9
10
pluginManagement {
  repositories {
    mavenCentral()
    gradlePluginPortal()
  }
}


rootProject.name = 'flatbuffers-kotlin'
include 'flatbuffers-kotlin', "benchmark"