7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
rootProject.name = "bson"
|
|
include("core")
|
|
include("datetime")
|
|
include("json") |