Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Search only returns Kotlin docs, not javadocs #186

@nfischer

Description

@nfischer

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions