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.
Hmm I think this is because I haven't released the extension in a while (thanks kotlin-js) and it still is using old code to sync its database. The new behavior throws all data away and the old behavior incrementally updated things.
I understand showing both, since they're both on DAC, but the labeling is confusing.
For Debug's javadocs (https://developer.android.com/reference/android/os/Debug)
The name is shown as:
android.os.Debug.Debug
While for the kdocs (https://developer.android.com/reference/kotlin/android/os/Debug)
The name shows in the omnibar as:
android.os.Debug
Consider adding "(kdocs)" or "(javadocs)" to one of them instead to distinguish.
The text was updated successfully, but these errors were encountered: