Jarek Lewandowski
Jarek Lewandowski
It looks like dependencyLock.useGeneratedLock didn't have any effect. Moreover the test code which covered that feature had invalid assertions which would be true even if the generated lock file wasn't...
The `dependencyLock.useGeneratedLock` project property does not have any effect. Moreover the test code which covered that feature had invalid assertions which would be true even if the generated lock file...
## Description When using Gradle's `--tests` flag with wildcard patterns (e.g., `--tests "*FooTest*"`), Kotest throws an `IllegalStateException: Could not find spec TestDescriptor` error. This issue appears to be a regression...