Commit f566c948 by aquilescanta Committed by Oliver Woodman

Remove app-specific build configurations recommendations from dev-guide and readme

Issue:#5572
PiperOrigin-RevId: 238401862
parent d93ee00d
Showing with 0 additions and 14 deletions
...@@ -95,20 +95,6 @@ compileOptions { ...@@ -95,20 +95,6 @@ compileOptions {
} }
``` ```
Note that if you want to use Java 8 features in your own code, the following
additional options need to be set:
```gradle
// For Java compilers:
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
}
// For Kotlin compilers:
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
}
```
### Locally ### ### Locally ###
Cloning the repository and depending on the modules locally is required when Cloning the repository and depending on the modules locally is required when
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment