Using api and implementation instead of the deprecated compile configuration. Update to Gradle 6.0.
7 lines
177 B
Groovy
7 lines
177 B
Groovy
|
|
dependencies {
|
|
implementation project(':byte-utils')
|
|
implementation project(':pdb-utils')
|
|
implementation project(':file-utils')
|
|
implementation lib_primitive_collections
|
|
} |