I\'m using sbt to build scala projects, but it always seems too complex(unfamiliar) and heavy to me. I\'m also using gradle to build java projects, and which makes me hap
It's definitely possible. Gradle's Scala support is documented in the "Scala plugin" chapter in the Gradle User Guide. The plugin is used by big companies on big projects, and can be configured to use the same incremental Scala compiler as sbt. So best try for yourself and see if it fits your requirements.