useRuntimeClasspathVersions

Configures the compile classpath of every source set to be consistent with the runtime classpath. For dependencies which are common between the compile classpath and the runtime classpath, the version from the runtime classpath is going to be used. In addition, the runtime classpath for each test suite will be configured to be consistent with the main feature's runtime classpath. Prefer useCompileClasspathVersions unless you have special requirements at runtime.