tindzk / seed

Build tool for Scala projects
https://tindzk.github.io/seed/
Apache License 2.0
238 stars 13 forks source link

IDEA: Fix generation of projects with mixed Scala options #53

Closed tindzk closed 5 years ago

tindzk commented 5 years ago

Similarly to #52, the generation of compiler profiles for IDEA only honoured Scala options of cross-platform modules. Take the Scala options of platform modules instead.

Furthermore, IdeaFile used the wrong format to encode compiler profiles whereby IDEA only picked up the compiler settings for the first set of modules.