-1

I am new at Android programming. Can anybody tell me how the difference in the use of dependencies between the classpath and the implementation in Android Studio. In tutorial at Google using dependencies with implementation, but in my Android Studio is using classpath?

3

1 Answer 1

0

If buildscript itself needs something to run, use classpath.

If your project needs something to run, use implementation.

The buildscript{} block is for the build.gradle itself.

And here is the Documentation

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.