Skip to content

Commit 23d602c

Browse files
committed
🔧 presentation layer에 paging 의존성 추가
1 parent eccc318 commit 23d602c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

presentation/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dependencies {
5656
implementation "androidx.appcompat:appcompat:$appcompatVersion"
5757
implementation "com.google.android.material:material:$materialVersion"
5858
implementation "androidx.constraintlayout:constraintlayout:$constraintlayoutVersion"
59+
implementation "androidx.paging:paging-runtime-ktx:$paging3Version"
5960
testImplementation "junit:junit:$junitVersion"
6061
androidTestImplementation "androidx.test.ext:junit:$junitUiVersion"
6162
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoCoreVersion"

0 commit comments

Comments
 (0)