Package com.android.builder.model
Interface JavaCompileOptions
public interface JavaCompileOptions
Java compile options.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getEncoding
- Returns:
- the java compiler encoding setting.
-
getSourceCompatibility
- Returns:
- the level of compliance Java source code has.
-
getTargetCompatibility
- Returns:
- the Java version to be able to run classes on.
-
isCoreLibraryDesugaringEnabled
boolean isCoreLibraryDesugaringEnabled()- Returns:
- true if core library desugaring is enabled, false otherwise.
-