0 votes
in DevOps by
How To Add Dependencies In Gradle?

1 Answer

0 votes
by
In order to make sure that dependency for your project is added, you need to mention the

configuration dependency like compiling the block dependencies of the build.gradle file
...