porting some plugin tests to kotlin, I'm surprise `Project::repositories(Closure configureClosure)` ...
e
porting some plugin tests to kotlin, I'm surprise
Project::repositories(Closure configureClosure)
doesnt accept a kt lambda.. is this normal or am I doing anything wrong?
g
it will work if you use repositories {} without project
e
it's unresolved then (note I'm writing tests, not a
build.gradle.kts
)