Closed ghost closed 8 years ago
When using features like the diamon operator, you should explicitly state the java version. you can do that by adding the following lines to build.gradle in the android section:
build.gradle
compileOptions { sourceCompatibility JavaVersion.VERSION_1_7 targetCompatibility JavaVersion.VERSION_1_7 }
Thank you, fixed.
When using features like the diamon operator, you should explicitly state the java version. you can do that by adding the following lines to
build.gradle
in the android section: