<@U092N7GGG>: `javac` lets you specify `"*.java"` ...
# announcements
c
@yole:
javac
lets you specify
"*.java"
and it does the expansion itself, which is convenient for Windows which has limitations on command line lengths.
kotlinc
doesn't appear to support that, any plans to that effect?