Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
| implementation(libs.firebase.analytics) | ||
| implementation(libs.firebase.messaging) | ||
|
|
||
| implementation("androidx.paging:paging-runtime:3.3.2") |
| } | ||
|
|
||
| dependencies { | ||
| implementation("androidx.paging:paging-runtime:3.3.2") |
|
|
||
| dependencies { | ||
| implementation(projects.data.library) | ||
| implementation("androidx.paging:paging-runtime:3.3.2") |
| implementation(projects.data.library) | ||
| implementation(projects.domain.library) | ||
|
|
||
| implementation("androidx.paging:paging-runtime:3.3.2") |
📌𝘐𝘴𝘴𝘶𝘦𝘴
📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯
💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴
현재는 간단한 로컬 페이징만 구현되어 있습니다.
다음 이슈인 리모트-페이징 구현을 위해 임시로 LocalDataSource쪽을 주석처리 해놓았습니다.
룸 캐싱은 추후 이슈에서 다룰 예정입니다.