-
Notifications
You must be signed in to change notification settings - Fork 1
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/database] : Room Database 추가 작업 #22
Conversation
@@ -31,6 +31,5 @@ internal fun Project.configureAndroidCommonPlugin() { | |||
"implementation"(libs.findLibrary("appcompat").get()) | |||
"implementation"(libs.findBundle("lifecycle").get()) | |||
"implementation"(libs.findLibrary("material").get()) | |||
"implementation"(libs.findLibrary("timber").get()) |
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.
timber 추가 안했다고 했었는데 셋팅해두었다가 뺀건가용??
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.
init을 안했다는 얘기였습니당~!!
@@ -11,6 +11,7 @@ kotlinx-serialization-json = "1.6.0" | |||
kotlinx-serialization-converter = "1.0.0" | |||
kotlinx-coroutines = "1.7.3" | |||
kotlinx-datetime = "0.4.1" | |||
ksp = "1.8.21-1.0.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.
kotlin 버전하고 맞춰야하지 않나요?
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.
오 감사합니다! 해당 부분 다음 pr에서 수정하도록 하겠습니다😆
개요
작업 사항
변경 사항(optional)