When browsing the documentation, how do you switch...
# android
a
When browsing the documentation, how do you switch between the docs for Java and the docs for Kotlin? For example: • https://developer.android.com/reference/androidx/lifecycle/package-summaryhttps://developer.android.com/reference/kotlin/androidx/lifecycle/package-summary Other than going to address bar and typing in or deleting kotlin in the right place
l
Seems like a good feature request for b.android.com
c
Wow, so they made kotlin versions of their support libs? does gradle automatically fetch the kotlin version if you use kotlin or is that something you need to explicitly do?
l
@ClaudiuB It's kotlin doc of both Java and Kotlin libraries FYI
a
In other words, it just changes the documentation format to something Kotlin consumers are used to, and it also includes the extension functions from KTX.
1
I was going to file an issue, but then I noticed that the Kotlin docs are accessible in the menu on the left, they are just buried deep down.
So changing the address is probably the easier option