gson-compile/settings.gradle.kts

6 lines
165 B
Plaintext
Raw Normal View History

2022-10-31 20:52:48 +01:00
rootProject.name = "gson-compile"
include("gson-compile-core")
include("gson-compile-processor")
include("gson-compile-annotations")
include("gson-compile-example")