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
{{ message }}
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Note how Kotlin and Groovy rules both have extra args for their compilers -- getExtraKotlincArguments and getExtraGroovycArguments:
https://github.com/facebook/buck/blob/master/src/com/facebook/buck/jvm/kotlin/KotlinLibraryDescription.java#L164
https://github.com/facebook/buck/blob/master/src/com/facebook/buck/jvm/groovy/GroovyLibraryDescription.java#L97
The Scala rules don't have that, and they override the javac extra args:
https://github.com/facebook/buck/blob/master/src/com/facebook/buck/jvm/scala/ScalaLibraryDescription.java#L178
This leads to uber/okbuck#645 and uber/okbuck#644
The text was updated successfully, but these errors were encountered: