Component Injection with Studio 6.10 and new IntelliJ Plugin 7.4 broken?

Hello,
I am using Studio 6.10.2 and updated the IntelliJ plugin to version v7.4-183. I Checked “Old Studio integration enabled” in the settings of IntelliJ.

When I try to inject a component i.e. in an AbstractEditor source, the “Components” section in the Injection-Dialog is completely missing. And all old injections are marked “Unsatisfied dependency: no bean matches the injection point” although dialogs are still working properly.

I am a bit lost. Any Ideas how to fix this? It was working perfectly.

Regards
Manfred

Hi!

Try to re-import your project. It is very important to import the project as a Gradle project.

1 Like

Perfect!
After I found out, that I have to import the project in IntelliJ, it works again.
Thanks a lot!