Hi,
I want to iterate over all versions defined in the catalog with kotlin (to generate some output if they match a certain prefix), how can this be done - the libs accessor has all my concrete versions, but I don’t find one, which return all where I can filter / collect what I need - I guess it is trivial but I missed it, anyone an idea?
Thanks.