secondary Source Versions
Parameters
value
An array of ProjectSourceVersion
objects. If secondarySourceVersions
is specified at the build level, then they take over these secondarySourceVersions
(at the project level).
Parameters
values
An array of ProjectSourceVersion
objects. If secondarySourceVersions
is specified at the build level, then they take over these secondarySourceVersions
(at the project level).
suspend fun secondarySourceVersions(argument: List<suspend ProjectSourceVersionArgsBuilder.() -> Unit>)
suspend fun secondarySourceVersions(vararg argument: suspend ProjectSourceVersionArgsBuilder.() -> Unit)
Parameters
argument
An array of ProjectSourceVersion
objects. If secondarySourceVersions
is specified at the build level, then they take over these secondarySourceVersions
(at the project level).