nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

Remove duplicate dependency

Open junyong008 opened this issue 1 year ago • 0 comments

What I have done and why

In the :feature:search module's build.gradle.kts, the :core:ui module was being implemented directly. However, this dependency is already included through the AndroidFeatureConventionPlugin.

I have removed this redundancy to streamline the build configuration.

junyong008 avatar Aug 22 '24 13:08 junyong008