Scala import not working - object is not a member of package, sbt preppends current package namespace in imports

后端 未结 12 1993
死守一世寂寞
死守一世寂寞 2020-12-14 14:28

I have an issue when trying to import in scala. The object Database exists under com.me.project.database but when I try to import it:



        
12条回答
  •  無奈伤痛
    2020-12-14 15:02

    In my case I also needed to check that object which is not found as a member of package is compiled successfully.

提交回复
热议问题