pluginManagement {
  repositories {
    maven { url 'https://dl.bintray.com/kotlin/kotlinx' }
    gradlePluginPortal()
  }
}


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