Publishing Play Modules - Folder structure requirements

Viewed 133

When publishing play modules (I'm only trying to publish locally for now), is it required to have a certain folder structure? I've tried renaming my app folder to src and it publishes fine, but after I've referenced the package in my build.sbt file, the compiler can't find the packages. When I rename the folder back to app, everything works fine.

1 Answers
Related