I'm getting the following exception with new Detek...
# detekt
n
I'm getting the following exception with new Detekt:
Copy code
ERROR: Access to psi files should not be performed after project disposal: org.jetbrains.kotlin.com.intellij.mock.MockProject@27b03bdc
Access to psi files should not be performed after project disposal: org.jetbrains.kotlin.com.intellij.mock.MockProject@27b03bdc
Location: java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
  The original exception message was: java.lang.NullPointerException
  Running detekt '1.23.0' on Java '11.0.15+10-jvmci-22.1-b06' on OS 'Linux'
Is it some known issue?