Thanks <@U0BGSQ7E0> I will play with that a bit. B...
# announcements
e
Thanks @andrewoma I will play with that a bit. Basically, I used Traversable in Scala because it was a way of making Java's walkFileTree act like a collection. In this regard, Traversable is a little more powerful than Iterable. Since the Kotlin collections do not have a base class that operates on forEach, I cannot use this approach. I am not heartbroken because too often I struggle with Scala's abundant complexity.