-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
skate 🛹Anything related to the Skate IntelliJ pluginAnything related to the Skate IntelliJ plugin
Description
Exception that happens during start-up:
com.intellij.diagnostic.PluginException: 'com.intellij.util.messages.MessageBusConnection com.android.tools.idea.gradle.project.sync.GradleSyncState$Companion.subscribe(com.intellij.openapi.project.Project, com.android.tools.idea.gradle.project.sync.GradleSyncListener)' [Plugin: com.slack.intellij.skate]
at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:499)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)
Caused by: java.lang.NoSuchMethodError: 'com.intellij.util.messages.MessageBusConnection com.android.tools.idea.gradle.project.sync.GradleSyncState$Companion.subscribe(com.intellij.openapi.project.Project, com.android.tools.idea.gradle.project.sync.GradleSyncListener)'
at foundry.intellij.skate.PostStartupActivityExtension.execute(PostStartupActivityExtension.kt:26)
at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
... 6 more

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
skate 🛹Anything related to the Skate IntelliJ pluginAnything related to the Skate IntelliJ plugin