Muhammet Altindal

Results 2 comments of Muhammet Altindal

I have avoided/deleted those kind of imports, now the builds work just fine.

### Minimal reproducible example ```java import java.util.function.Supplier; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.vaadin.flow.component.button.Button; import com.vaadin.flow.component.checkbox.CheckboxGroup; import com.vaadin.flow.component.html.Div; import com.vaadin.flow.component.orderedlayout.VerticalLayout; import com.vaadin.flow.router.Route; @Route public class MainView extends Div { @Autowired Supplier...