|
|
@ -75,8 +75,11 @@ android { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
compileOptions { |
|
|
|
compileOptions { |
|
|
|
sourceCompatibility = '1.8' |
|
|
|
// Flag to enable support for the new language APIs |
|
|
|
targetCompatibility = '1.8' |
|
|
|
//coreLibraryDesugaringEnabled true |
|
|
|
|
|
|
|
// Sets Java compatibility to Java 8 |
|
|
|
|
|
|
|
sourceCompatibility JavaVersion.VERSION_1_8 |
|
|
|
|
|
|
|
targetCompatibility JavaVersion.VERSION_1_8 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
kotlinOptions { |
|
|
|
kotlinOptions { |
|
|
|