vaadin / intellij-plugin

Vaadin IntelliJ Plugin
Apache License 2.0
6 stars 1 forks source link

Use hasLibraryClass to check if project is Vaadin project #166

Closed MarcinVaadin closed 1 week ago

MarcinVaadin commented 1 week ago

Current approach with module scanning for Vaadin dependency is slow. There is much simpler way to do this:

hasLibraryClass(project, "com.vaadin.flow.server.VaadinService")