Hi,

this PR aligns the version handling of Kotlin API and language level by removing the pinning on 1.6 inside the docs project, which got introduced in #29654 to allow for more modern docs while still maintaining a 1.3 baseline overall.

Now that 1.7 is the baseline (see #31391) this imho doesn't serve a purpose anymore and would hold back any modernization of documentation snippets at the moment.

Let me know what you think.

Cheers, Christoph

Comment From: wilkinsona

Well spotted, @dreis2211. Thanks very much.