```Execution failed for task ':foo:bar:testDebugUn...
# gradle
u
Copy code
Execution failed for task ':foo:bar:testDebugUnitTest'.
> Process 'Gradle Test Executor 260' finished with non-zero exit value 134
  This problem might be caused by incorrect test process configuration.
  For more on test execution, please refer to <https://docs.gradle.org/8.3/userguide/java_testing.html#sec:test_execution> in the Gradle documentation.
anyone have a clue what is this about? (IDE restart fixes it) is it maybe related to in memory sqlite im using in tests?
not kotlin but kotlin colored 1