Hi Team, when will this fix - <https://github.com/...
# detekt
p
Hi Team, when will this fix - https://github.com/detekt/detekt/issues/6153 go the release. Because if I remove OptionalWhenBraces and enable BracesOnWhenStatements, I am getting both the errors. my build config is "
Copy code
detekt = "1.23.1" # <https://detekt.dev/docs/gettingstarted/gradle/>

[libraries]
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.1.1" }
s