<Kotlin Android Crashes when the OkHttp Request is...
# stackoverflow
r
Kotlin Android Crashes when the OkHttp Request is created I have created a Module for Network calls. It works well when tested on the same Project for all API methods. But When I add it as a dependency on another project it fails When a request is created. return Request.Builder() .url(urlObj) .build() FATAL EXCEPTION: Thread-2 java.lang.NoClassDefFoundError: Failed resolution of: Lokhttp3/Request$Builder; (I am new to Android. I have only 3 days of Android and Kotlin experience )