Files
CustomAuthenticationEntryPoint/settings.gradle.kts
beaniejoy 45136c7f9c [#17] feat: 멀티 모듈 구성
- Repository common 영역으로 공통화
- gradle 설정 수정
- main class 이름 변경
- java -> kotlin 디렉토리명 변경
2022-10-04 23:09:45 +09:00

5 lines
122 B
Kotlin

rootProject.name = "dongne-cafe-api"
include("dongne-common")
include("dongne-service-api")
include("dongne-account-api")