it’s not real Java 8. You will get Java 6 bytecode...
# android
g
it’s not real Java 8. You will get Java 6 bytecode, but it allows you to use java 8 lambdas syntax, but under the hood it’s the same implementattion like in Kotlin or in Retrolambda, just convert lambda to anonymous class