Yes, something like this: ``` val a = authRepos(au...
# kobalt
c
Yes, something like this:
Copy code
val a = authRepos(authRepo("<http://a.com|a.com>") {
	user="",
	password=""
},
  authRepo("<http://b.com|b.com>") {
    user="",
    password=""
  })