Skip to content
Advertisement

ERROR: Failed to resolve: androidx.annotation.annotation:1.1.0: Affected Modules: app

i try to add this package androidx.annotation.annotation:1.1.0 to fix some problem but i get this

ERROR: Failed to resolve: androidx.annotation.annotation:1.1.0: Affected Modules: app this is my build.gradle

JavaScript

what i can do to fix that

Advertisement

Answer

androidx.annotation.annotation:1.1.0 is not a correct dependancy declaration.

The correct one is

JavaScript

Link

Advertisement