ken_kentan
05/17/2023, 7:14 AMInjectDispatcher
in my project, but it seems the rule is not detect well like in the document.
I created a sample project to reproduce the issue https://github.com/ken-kentan/DetektSample/blob/main/src/main/kotlin/Main.kt
Did I miss anything?
16:14:25: Executing 'detekt'...
> Task :detekt UP-TO-DATE
BUILD SUCCESSFUL in 127ms
1 actionable task: 1 up-to-date
16:14:25: Execution finished 'detekt'.
marschwar
05/17/2023, 7:18 AMdetektMain
task instead of detekt
.ken_kentan
05/17/2023, 7:20 AM