I have started coding on a pre written code by some other developer and it has : 'me.tatarka.retrolambda' , what is its impact on the size of the apk.
These are the lines in gradle file;
apply plugin: 'me.tatarka.retrolambda'
retrolambda {
jvmArgs '-noverify'
}