Hi, I got an error after importing a library that uses retrofit into a new android+kotlin app project:
Errorjava.lang.ClassNotFoundException Class okhttp3.Interceptor not found
I did configure multidex on this app but it made no differences. What am I missing?