vaadin/intellij-plugin

Use hasLibraryClass to check if project is Vaadin project

Closed this issue · 0 comments

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")