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
That's tricky without symbol solving. But we could check the import for that class ^^
And make it configurable for other Pair classes .... but why are you using the android.Pair class at all?
But yeah I agree that the Kotlin one should be used. Maybe there's still an API that requires the Android one to be called. In any case it should not be flagged.
Android has it's own Pair class. https://developer.android.com/reference/android/util/Pair
That one you can't construct using
1 to 2
. Hence the following code should not get flagged:The text was updated successfully, but these errors were encountered: