waituntil/compile.sh

6 lines
184 B
Bash
Raw Normal View History

#!/bin/sh
# shellcheck disable=SC2046
# Word splitting in find results is intentional!
2021-12-01 12:30:21 +01:00
kotlinc $(find src/main -type f -iname '*.kt') -jvm-target 17 -include-runtime -d waituntil.jar