gson-compile/settings.gradle.kts

6 lines
165 B
Plaintext

rootProject.name = "gson-compile"
include("gson-compile-core")
include("gson-compile-processor")
include("gson-compile-annotations")
include("gson-compile-example")