mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 02:27:13 +02:00
Provides a workaround flag `incOptions := incOptions.value.withIncludeSynthToNameHashing(true)` for name hashing not including synthetic methods. This will not be enabled by default in sbt 0.13. It can also enabled by passing `sbt.inc.include_synth=true` to JVM.