1pluginManagement { 2 repositories { 3 mavenCentral() 4 gradlePluginPortal() 5 } 6} 7 8 9rootProject.name = 'flatbuffers-kotlin' 10include 'flatbuffers-kotlin', "benchmark" 11