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:
Database
com.me.project.database
In my case I also needed to check that object which is not found as a member of package is compiled successfully.