blob: a30971c0403917bce8a5928f50cf525d03c74087 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001pluginManagement {
2 repositories {
3 mavenCentral()
4 gradlePluginPortal()
5 }
6}
7
8
9rootProject.name = 'flatbuffers-kotlin'
10include 'flatbuffers-kotlin', "benchmark"