Hi
I have a problem with ComboBoxMultiselect. When I try to attach this plugin to the project and compile, I have the error:
“Unable to find ‘com/vaadin/v7/Vaadin7WidgetSet.gwt.xml’ on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?”
Could you explain me what I’m doing wrong? I use vaadin version 8.0.5 and I attach dependency in gradle as follows:
dependencies {
compile group: 'org.vaadin.addons', name: 'vaadin-combobox-multiselect', version: '2.0.1'
}