What is a good build tool?
I'm especially looking for:
Compiled languages
Multiple target platforms (e.g. like Kotlin JVM and JS, or Rust/C++ binary and wasm)
I've tried some quite a bit (Make, SCons, Gradle) and others a little (Ant, Maven, some JS bundlers, and just writin...