Please let me know is there any difference between compile or implementation in dependency and include project. Are they matter on APK size or not?
Asked
Active
Viewed 74 times
-2
-
1Do you mean [this?](https://stackoverflow.com/questions/44493378/whats-the-difference-between-implementation-and-compile-in-gradle) – Tenten Ponce Jun 17 '19 at 06:44
-
you can understand from @TentenPonce comment what differences are. – JDevoloper Jun 17 '19 at 06:48
-
Read this https://stackoverflow.com/questions/35947897/gradle-dependencies-difference-between-compile-apk-project-compile-project-pro – Jeosh Kurian E J Jun 17 '19 at 07:02
1 Answers
0
Yes it matter if you include library into your project it will increase the app size better to avoid include project into your existing project and implement implementation

MustafaShaikh
- 152
- 2
- 11