maybe I'm wrong, but seems like since kotlin 1.1.0...
# android
c
maybe I'm wrong, but seems like since kotlin 1.1.0 something with removeIf is broken now it points to Collection.java, and it is available only with java 1.8 (annotated with @since 1.8) since I'm working on android and I can't use jack compiler I'm not using java 1.8 the code compile, but it crashes at runtime with java.lang.NoClassDefFoundError can someone tell me if that's only my issue or how to fix it? Maybe some gradle config that tell the compiler to use java 1.7 and avoid 1.8 functions