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.
kotlin
andscala
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 ajava
flag.Otherwise, the project will not be configured or executed as expected.
I think we can assume
kotlin
andscala
is a superset ofjava
flag. So it is convenient to implicitly importjava
flag for them.The text was updated successfully, but these errors were encountered: