Jakub Chrzanowski
12/09/2022, 9:32 AMsrcDirs property provides Set<File!> I further use with .map(File::toPath) – I assume it’s rather necessary to .filterNotNull() before, right?
2. As I have couple of chained operations – wouldn’t it be better to convert the initial set to sequence?Jakub Syty
12/09/2022, 9:34 AMJakub Chrzanowski
12/09/2022, 9:36 AMStephan Schröder
12/09/2022, 12:12 PMresolve() take care of this? 🤔Jakub Chrzanowski
12/09/2022, 12:48 PMFile.resolve and Path.resolve resolve it properly. 🙂