Android Gradle Implementation vs CompileOnly Performance
The api configuration should be used for dependencies that are exported to external modules (transitive dependency). Vice-Versa implementation configuration should be used for dependencies that are internal to the component (not transitive dependency). implementation vs compileOnly: There is no similarity in their job, compileOnly is a configuration inherited from java-plugin required at compile time also … Read more