For a greenfield Kotlin-Android project, what Java version should I be targeting? Currently I’m using 11 but I’m wondering if there’s any benefit to later versions? Thanks for any advice.
It's incorrect, d8 supports even newer versions of target JVM, not all API, but it is also true for 1.8
I think you should target 11, and later migrate on 17, when it will be officially supported