-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] data 모듈 생성 및 서버통신 기초 세팅 #11 #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 완료
data/build.gradle.kts
Outdated
} | ||
} | ||
compileOptions { | ||
sourceCompatibility = JavaVersion.VERSION_11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기 Java 17 버전으로 다른 build.gradle 과 통일하게 가면 될듯 합니다.
빌드로직 적용할때 한번에 바꿔도 될것같구
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
우선 반영하였습니다. 감사합니다.
data/src/main/AndroidManifest.xml
Outdated
@@ -0,0 +1,4 @@ | |||
<?xml version="1.0" encoding="utf-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data 모듈이라 manifest 파일을 쓰지 않아서 지우는게 나을것 같네여
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 반영하였습니다. 감사합니다.
object RetrofitModule { | ||
@Provides | ||
fun providesHttpLoggingInterceptor(): HttpLoggingInterceptor = | ||
HttpLoggingInterceptor().apply { level = HttpLoggingInterceptor.Level.HEADERS } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
api 통신 로그 Body 까지 다 확인하는게 좋을 것 같아서 Level 을 BODY 로 설정하는게 낫지않을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
동의합니다. 수정하였습니다.
@easyhooon 코드리뷰 반영하였습니다. 확인 부탁드리겠습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 수고하셨습니다.
충돌되는 부분 수정하고 merge 하면 될것같슴다
📌 관련 이슈
📁 작업 설명