Ruben Quadros

Results 21 comments of Ruben Quadros

You can change the `untilBuild` in `recompose-idea` and should be good?

Hey @phansier, I can try doing this if you have not picked it up yet.

I am trying to use kotlinx-serialization and I ran into this error. ``` sealed class ApiResponse { data class SuccessResponse(val response: S): ApiResponse() object SuccessNoBody: ApiResponse() data class ErrorResponse(val error:...

@pdvrieze I still get the same error. I am using kotlinx-serialization with ktor. Maybe I am doing something wrong. Here is my code ```kotlin runBlocking { client.responsePipeline.intercept(HttpResponsePipeline.Transform) { (info, body)...

@pdvrieze Here is the stacktrace https://pastebin.com/pNYVKCyn Sorry for not providing it earlier.

Can this be closed? I see that there is already a PR merged?

Let's hope its available soon 😃 https://github.com/InsertKoinIO/koin/pull/1286

Please review the pr which conforms with 3.2 https://github.com/InsertKoinIO/koin-compose/pull/3

I can check for missing strings and add them to the message bundle

Hey @MaxenceLvl! I have not tried it yet! I can check this out in a few weeks. A bit busy with work right now. If you are facing any particular...