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
This is more a question.
Probably somebody figured out how to tell to Android Studio that I'm using com.github.kittinunf.result.Result instead of the default one.
There is no issue if I'm typing Result symbol by symbol - then I can just choose appropriate import.
However, if I insert code from browser or other place (not AS), then AS always uses default Result.
Is there a way to substitute it for all the cases by com.github.kittinunf.result.Result?
The text was updated successfully, but these errors were encountered:
This is more a question.
Probably somebody figured out how to tell to Android Studio that I'm using
com.github.kittinunf.result.Result
instead of the default one.There is no issue if I'm typing Result symbol by symbol - then I can just choose appropriate import.
However, if I insert code from browser or other place (not AS), then AS always uses default Result.
Is there a way to substitute it for all the cases by
com.github.kittinunf.result.Result
?The text was updated successfully, but these errors were encountered: