Closed fommil closed 6 years ago
I have a pure Java module, autoScalaLibrary := false, and the gen-idea always creates a Scala facet for the module, but it shouldn't.
autoScalaLibrary := false
gen-idea
(I know that I can explicitly turn it off on a per-module basis, but it'd be nice if this happened automatically when it seen the autoScalaLibrary)
I have a pure Java module,
autoScalaLibrary := false
, and thegen-idea
always creates a Scala facet for the module, but it shouldn't.