I have a question about using Scala and Java plugins for the same project. I tried Googling but there is nothing I can find. In our project, I have configured both Scala and Java plugins and sometimes we have weird compilation problems (error msg totally irrelevant, so posting it here not going to help).
My question is: has Gradle got any constraints on only supporting one “language nature” for one project (i.e. shouldn’t configure two language plugins)? Or this might just be a problem with using IDE (such as eclipse)?