API Documentation: | CompileOptions |
---|
Compilation options.
Property | Description |
sourceCompatibility | Language level of the source code. |
targetCompatibility | Version of the generated Java bytecode. |
Language level of the source code.
Similar to what Gradle Java plugin uses.
Version of the generated Java bytecode.
Similar to what Gradle Java plugin uses.