Tim,
Changing the scala version to 2.9.2 in gradle.properities solved the
problem. Thanks a lot for the help!
Regards,
Sheng
On Wed, May 14, 2014 at 11:43 PM, Timothy Chen wrote:
> It seems like that you generated your idea files you were on a
> different scala version than what you configur
It seems like that you generated your idea files you were on a
different scala version than what you configured it to be.
Can you try to set your scala version to 2.9.2 in your
gradle.properties, and do a ./gradlew clean idea, and try again?
Tim
On Tue, May 13, 2014 at 11:26 PM, Sheng Wang wro