RuntimeLibrariesConfig

data class RuntimeLibrariesConfig(val addRepositories: Boolean = true, val configurations: List<String> = listOf("testImplementation"), val relocate: Boolean = true)

Constructors

Link copied to clipboard
constructor(addRepositories: Boolean = true, configurations: List<String> = listOf("testImplementation"), relocate: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard

Dependency classpaths to add the dependencies to (e.g. compileOnly, implementation, testImplementation, etc.).

Link copied to clipboard
val relocate: Boolean = true