Problem with Polymer Client and Eclipse

If I add polymer client module, is not recognized by eclipse as a project

2017-12-18 18_55_41-cuba-workspace - testpolymereclipse-global_src_com_company_testpolymereclipse_en

If try to open a polymer file with IDE it say IDE is not connected.
2017-12-18 18_55_19-

To reproduce it, just create a new project with an entity, enable Polymer Client module and connect to eclipse.

Hi,

Thanks for reporting the problem, it will be fixed in the next Studio minor release. In the meantime you can apply eclipse plugin in your build.gradle manually:

configure(polymerClientModule) {
    apply(plugin: 'cuba')
    apply(plugin: 'eclipse')