Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"Failed to resolve: com.github.yogacp:android-viewbinding:1.0.3" means that the Gradle system was unable to find the dependency with the specified coordinates, in this case, com.github.yogacp:android-viewbinding:1.0.3.

To access it in the app module through the Project Structure dialog, follow these steps:

  1. Open the Project Structure dialog by clicking on File > Project Structure or by pressing Ctrl + Alt + Shift + S.

  2. Select the "Dependencies" tab.

  3. Click the "+" button and select "Library Dependency".

  4. In the search bar, type "com.github.yogacp:android-viewbinding:1.0.3".

  5. Select the appropriate version and click "OK".

  6. Click "OK" to close the Project Structure dialog.

Now, the dependency should be resolved and you should be able to use it in your project.