Vaadin 14.1.0alpha4 automatically includes the Google Guava version 25 library via its Maven configuration. See the screenshot below, listed on the left side.
Yet in my own code, when referring to a class in Google Guava, IntelliJ marks it as a compiler error. IntelliJ offers to “Add library Guava to classpath”. In the screenshot below, see the two orange arrows on the right side.
➥ Why is the Guava listed as a downloaded library listed in my Vaadin 14 project not already on the classpath? Why is Guava not available to my code?

