Anyone got any recommendations for graph libraries in kotlin? Google’s guava.graph seems enticing, but lack of first class support for kotlin seems less appealing
I tried to use guava graph recently, but eventually reverted to a graph library I've used previously: https://jgrapht.org. it's not perfect, it is more Java centric, but it has better serialisation support.