I have the following project structure:lazy val root = project.aggregate(rest,backend)lazy val rest = projectlazy val backend = project When I execute the ...
確定! 回上一頁