diff --git a/libraries/ui/build.gradle b/libraries/ui/build.gradle index 887a03512d..9bc2f166d3 100644 --- a/libraries/ui/build.gradle +++ b/libraries/ui/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - implementation project(modulePrefix + 'lib-common') + api project(modulePrefix + 'lib-common') implementation 'androidx.media:media:' + androidxMediaVersion implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion implementation 'androidx.recyclerview:recyclerview:' + androidxRecyclerViewVersion