Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 296 Bytes

gradle.md

File metadata and controls

10 lines (6 loc) · 296 Bytes

gradle: Build automation tool based on the Groovy and Kotlin DSL

List dependencies recursively

$ ./gradlew :app:dependencies --configuration releaseRuntimeClasspath

List dependencies recursively

$ ./gradlew :app:dependencies --configuration releaseRuntimeClasspath