I am new to scala. I have source code in the sbt structure as following:
base/lib
/project
/src/main
/src/test
/target
How should I import them to ScalaIDE (which use Eclipse)?
I tried to import the source, but no matter which folder I choose (base, src), no scala project is detected.