like in `configurations { compileOnly }`, then add...
# gradle
h
like in
configurations { compileOnly }
, then add this configuration to
compileClasspath
in
sourceSets
, and then use
dependencies { compileOnly "..." }