Ronaldo Diconium

Results 4 comments of Ronaldo Diconium

+1 for this issue. projects are everyday bigger and more multi-module. I've developed a very similar script (below), but the contents from `dokka.md` are only applied to individual modules. I...

@arnaudgiuliani I'm having similar issue, on this 3.1->3.2 migration but on the case that we have an isolated Koin context (https://insert-koin.io/docs/reference/koin-core/context-isolation) on our SDK project. The only way I could...

> Found a solution from okhttp source itself. It works fine. Users aren't facing the crash after adding this line before calling chain.proceed again. response.body?.closeQuietly() > > https://github.com/square/okhttp/blob/b9267b0ce7a11440ccdd6b3e7d70c4ab9710a144/okhttp/src/jvmMain/kotlin/okhttp3/internal/http/RetryAndFollowUpInterceptor.kt#L101 > >...

Hi @AlexBenny thanks for the full detailed response. From a library perspective, I understand you shouldn't be favoring any json serialization library over another, so this solution usually goes around...