api / org.gradle.api / Project / getRepositories

getRepositories

abstract fun getRepositories(): RepositoryHandler

Returns a handler to create repositories which are used for retrieving dependencies and uploading artifacts produced by the project.

Return
the repository handler. Never returns null.