I am using IntelliJ IDE.
I want to import scala.reflect.io.File
from the package - scala-reflect-2.11.4
. But when I type in import scala.reflect
, the compiler thinks that I am trying to use the class reflect
from the package scala-library-2.11.8
.
How do I force the compiler to use import the class scala.reflect.File
from scala-reflect-2.11.4
?