Is there no way to set dependency constraints in t...
# dependency-management
v
Is there no way to set dependency constraints in the dependencies block within a test suite configuration? Or am I just blind?
1
v
Yeah, just found the correct syntax as being
Copy code
runtimeOnly(constraint(...))
Thanks 🙂