TEST_COMPILE_ONLY_CONFIGURATION_NAME

val TEST_COMPILE_ONLY_CONFIGURATION_NAME: String = "testCompileOnly"

The name of the configuration that should be used to declare dependencies which are only required to compile the tests, but not when running them.