The JDK 8 or more
Add under buildTypes in the main project build.gradle
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
Copy the code
Remember to add it to the Module after the main project is added, otherwise there will be an error, I wonder if you have encountered it
Code confusion
-dontwarn java.lang.invoke.*
-dontwarn **$$Lambda$*
Copy the code
This is where Lambda expressions can be used