Automatic convertion of transitive compile dependencies into runtime dependencies

Hello,

is there a way to persuade Gradle to do the conversion of transitive compile dependencies into runtime dependencies automatically? Thanks, David

Transitive compile dependencies should land both on the compile and runtime class path by default.