Summary for Kotlin + buildSrc for Better Gradle Dependency Management
Update: 2021-02-13
Description
As Sam Edwards said "
Different ways of managing Gradle dependencies:
- Manual Management
- Google’s Recommendation using “ext”
- Kotlin + buildSrc
"
https://handstandsam.com/2018/02/11/kotlin-buildsrc-for-better-gradle-dependency-management/
Comments
In Channel