Make kotlinc use all .kt files in root package

This commit is contained in:
Jonas Tobias Hopusch 2021-09-09 23:09:03 +02:00
parent 6c795316d6
commit adc0b75405
Failed to generate hash of commit

View file

@ -1,3 +1,3 @@
#!/bin/sh
kotlinc app/src/main/kotlin/de/jotoho/waituntil/start.kt -jvm-target 16 -include-runtime -d waituntil.jar
kotlinc app/src/main/kotlin/de/jotoho/waituntil/*.kt -jvm-target 16 -include-runtime -d waituntil.jar