I am using the kotlin compiler from the command line. I'd like to use the same classpath as I use to compile the Java sources in the same project but it seems like kotlinc does not respect the "-cp lib_dir/*" wildcarding of jar files.
Is this deliberate?
I realise I can work around it by specifying each jar individually but I’d prefer not to.