enum class RepositoryType
Type of repository
Remote repository type is used for a repository that should be fetched via http/s |
|
Local repostiroy type is used for a repository that is located on the local computer |
fun fromString(value: String): RepositoryType
Create a repository type from string |