diff --git a/lib_widget/build.gradle b/lib_widget/build.gradle index 51f513a..6379f50 100644 --- a/lib_widget/build.gradle +++ b/lib_widget/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) compileOnly "androidx.appcompat:appcompat:$ext.appcompat_version" compileOnly 'androidx.constraintlayout:constraintlayout:2.1.1' - compileOnly 'androidx.recyclerview:recyclerview:1.2.1' + implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation project(':lib_util') } \ No newline at end of file