报告 Project 的用法并建议将其替换为 project.in。
Project
project.in
示例:
val proj = Project("proj", path)
在应用快速修复后:
val proj = project.in(path)