Skip to content

Commit eccc318

Browse files
committed
🔧 data layer에 paging 의존성 추가
1 parent 6ce89c2 commit eccc318

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ dependencies {
6060
implementation "androidx.room:room-runtime:$roomVersion"
6161
annotationProcessor "androidx.room:room-compiler:$roomVersion"
6262
kapt "androidx.room:room-compiler:$roomVersion"
63+
64+
// Paging3
65+
implementation "androidx.paging:paging-runtime:$paging3Version"
6366
}

0 commit comments

Comments
 (0)