diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 00000000..05ce3b80 --- /dev/null +++ b/settings.gradle @@ -0,0 +1,9 @@ +rootProject.name = 'roomescape' + +include 'service' +include 'common' +include 'common:web' +include 'common:types' +include 'common:log' +include 'common:persistence' +include 'common:utils' \ No newline at end of file