In Android projects we don’t apply the `java` plugin , do we have something similar to ```java { ...
j
In Android projects we don’t apply the
java
plugin , do we have something similar to
Copy code
java {
    toolchain {
        languageVersion = JavaLanguageVersion.of(11)
        vendor = JvmVendorSpec.ADOPTOPENJDK
    }
}
In the AGP or kotlin plugin ?
j
thanks