Fixed
Status Update
Comments
ga...@google.com <ga...@google.com> #2
Adding more information related to this.
If javac and kotlinc target bytecode differs, there is a warning generated by the Kotlin Gradle plugin (we can look into removing it, but I'd rather keep it). To summarize:
- javac targets X, kotlinc targets Y (X != Y): KGP generates warning ("'compileDebugJavaWithJavac' task (current target is 1.7) and 'compileDebugKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version."
- target 1.6: unsupported by kotlinc 1.7+, javac warning
- target 1.7: unsupported by kotlinc 1.7+, javac warning
- target 1.8: works for both kotlinc and javac
cm...@google.com <cm...@google.com>
cm...@google.com <cm...@google.com>
an...@gmail.com <an...@gmail.com> #3
I want the privacy for my phone, network and google accout
Description
OpenJdk 17 should be min version used to run AGP 8.0.