Back to Intellij Community

ObsoleteDispatchersEdt

plugins/devkit/intellij.kotlin.devkit/resources/inspectionDescriptions/ObsoleteDispatchersEdt.html

2025.3-rc-2165 B
Original Source

Reports usages of Dispatchers.EDT.

Dispatchers.EDT is obsolete, because if acquires write-intent lock by default. Use Dispatchers.UI of writeAction instead.