grishka/appkit

Compile sources with Java 1.8

desugar-64 opened this issue · 2 comments

Request for Lamda support.
The code without lambdas looks untidy and bulky.

I already do.

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

The lambdas are still not used where possible:
image