<@U0QKGKMKN> But why do we need to pass it in as ...
# getting-started
p
@uhe But why do we need to pass it in as an argument? I presume it has to be declared prior to calling the
ShopBuilder.customer(name: String, city: City, init: CustomerBuilder.() -> Unit)
method, so it should already be known within this scope?