You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
I noticed this chrome extension always sends me to Kotlin docs instead of javadoc (ex. search for "WebView", select "android.webkit.WebView", and the extension opens https://developer.android.com/reference/kotlin/android/webkit/WebView). My team uses Java exclusively, so I'd be much happier if I could configure Java vs. Kotlin in extension preferences.
I stumbled across your comment and used that command to verify the API only returns Kotlin docs now. Is there a different API for Javadoc? If nothing else, I suppose you could hack it by substituting "reference/kotlin/" with "reference/" (although that won't work kotlin-only classes like BenchmarkState).
The text was updated successfully, but these errors were encountered:
I noticed this chrome extension always sends me to Kotlin docs instead of javadoc (ex. search for "WebView", select "android.webkit.WebView", and the extension opens https://developer.android.com/reference/kotlin/android/webkit/WebView). My team uses Java exclusively, so I'd be much happier if I could configure Java vs. Kotlin in extension preferences.
I stumbled across your comment and used that command to verify the API only returns Kotlin docs now. Is there a different API for Javadoc? If nothing else, I suppose you could hack it by substituting "reference/kotlin/" with "reference/" (although that won't work kotlin-only classes like BenchmarkState).
The text was updated successfully, but these errors were encountered: