Trying to install and run the GitHub Copilot plugin in Android Studio. I get the following error: java.lang.NoSuchMethodError: 'com.intellij.ui.dsl.builder.Row com.intellij.ui.dsl.builder.Panel.row$default(com.intellij.ui.dsl.builder.Panel, javax.swing.JLabel, kotlin.jvm.functions.Function1, int, java.lang.Object)' at com.github.copilot.github.DeviceLoginForm.descriptionPanel(DeviceLoginForm.kt:60) at com.github.copilot.github.DeviceLoginForm.access$descriptionPanel(DeviceLoginForm.kt:18) at com.github.copilot.github.DeviceLoginForm$deviceLoginPanel$container$1.invoke(DeviceLoginForm.kt:29) at com.github.copilot.github.DeviceLoginForm$deviceLoginPanel$container$1.invoke(DeviceLoginForm.kt:27) at com.intellij.ui.dsl.builder.BuilderKt.panel(builder.kt:19) at com.github.copilot.ui.component.Panel.panelBuilder(Panel.kt:9) at com.github.copilot.github.DeviceLoginForm.deviceLoginPanel(DeviceLoginForm.kt:27) at com.github.copilot.github.DeviceLoginForm.<init>(DeviceLoginForm.kt:22)…