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?
This is more a question.
Probably somebody figured out how to tell to Android Studio that I'm using
com.github.kittinunf.result.Resultinstead 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?