Only use Kotlin 1.6 API and language versions in docs project
To preserve our existing Kotlin 1.3 baseline, we should compile our Kotlin code with Kotlin 1.3 API and language versions. At the same time, we want our documentation to use modern Kotlin. This commit restores the 1.3 convention and overrides it to 1.6 in the docs project. This maintains our Kotlin 1.3 baseline while also allowing the Kotlin code examples to use 1.6 API and language features. Closes gh-29654pull/29745/head
parent
4ab858a689
commit
2fec7b8562
Loading…
Reference in New Issue