Make KotlinFormattingSettingsStatusAction compatible with 183 platform
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ import com.intellij.openapi.ui.Messages
|
||||
import org.jetbrains.kotlin.idea.formatter.KotlinFormatterUsageCollector
|
||||
|
||||
class KotlinFormattingSettingsStatusAction : AnAction() {
|
||||
override fun actionPerformed(e: AnActionEvent?) {
|
||||
val project = e?.project ?: return
|
||||
override fun actionPerformed(e: AnActionEvent) {
|
||||
val project = e.project ?: return
|
||||
|
||||
val formatterKind = KotlinFormatterUsageCollector.getKotlinFormatterKind(project)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user