Compose-RatingBar icon indicating copy to clipboard operation
Compose-RatingBar copied to clipboard

The dependency isn't recognized

Open dev-zeyad opened this issue 1 year ago • 0 comments

I tried to add the dependency to my project by

Step1 : add maven{ url = uri ("https://jitpack.io") } In repositories gradle settings

And synchronized This step was successful

Step 2 : Add
implementation( "com.github.SmartToolFactory:Compose-RatingBar:Tag")

Error massage in build can't recognized this implementation

dev-zeyad avatar Jun 04 '24 05:06 dev-zeyad