Tagged
dependencies
Manage Gradle dependencies using Kotlin code in buildSrc
·
Deprecated
Using Kotlin source files to easily access dependencies from our Gradle scripts.
Manage your Gradle dependencies in Kotlin, even from Groovy scripts
·
Deprecated
As projects grow we can quickly run into issues with dependency management. We will explore the ways Gradle allows us to define our dependencies, ending with looking at using Kotlin source files and easily accessing them from our Gradle scripts.