• Marius Volkhart's avatar
    Change OkHttpClient initialization in Dagger graph · 9e8e6209
    Marius Volkhart authored
    Rather than using the Kotlin apply function, directly invoke the builder methods on the OkHttpClient.Builder instance. This produces noticeably better bytecode and the apply function does not add value in this case.
    9e8e6209
AppModule.kt 11 KB