Reports using of Project and suggests replacing it with project.in.
Project
project.in
Example:
val proj = Project("proj", path)
After the quick-fix is applied:
val proj = project.in(path)