Hey, I'm using this library along with the gradle plugin and I was wondering if this library supports the Iterable#forEach method? I know that it provides lambdas, but my IDE/javac doesn't recognize when i use the forEach java 8 convention. is this supported?
Thanks!