I failed to find a good documentation about the use and purpose of crosspaths. Can someone point me to the documentation or answer these specific questions.
- My Scala version is 2.11.6, but when crosspaths is set to true,
I see two source folders - '
scala
' and 'scala-2.11
'. Shouldn't there be just one of these two? What is the meaning of these two folders? - What code goes in '
scala
' and what goes in 'scala-2.11
'?