nowinandroid
nowinandroid copied to clipboard
Remove duplicate dependency
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.