You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kotlin and scala flags are added for configuring the default settings for Kotlin and Scala.
However, they can not activate the common features enabled by java such as publishing, relocation, coverage, and so on.
Even though the kotlin flag is set to a pure Kotlin project, it also needs a java flag.
Otherwise, the project will not be configured or executed as expected.
I think we can assume kotlin and scala is a superset of java flag. So it is convenient to implicitly import java flag for them.