DjuroRad

Results 14 comments of DjuroRad

I had a similar issue. I was getting it from a plugin `HIGAN's Protobuf plugin`. Try changing it to standard `JetBrains Protocol Buffer plugin` Hope it works afterwards.

I have the similar issue. Using `runcatching{}.onfailure{}` can help in this case but this is not idea as it breaks structured concurrency since Cancellation exception is captured. You can always...

> # Cause > The mvvm.viewmodel viewModelScope context does not include a SupervisorJob() which means if the job executed through viewModelScope is canceled, its child jobs will also be canceled....

I did, I went over them. Is there something that's obviously wrong with the example I provided?

Yes, I am using `kamel-image-default` name from `media.kamel` group. I tried it with almost any name available. I tried with other names from your group also, added `kamel-decoder-image-bitmap` just in...

I am using version `0.9.3`. No issues with that version. I didn't make my own `KamelConfig`. It worked out of box in the previous versions. Now that you mentioned it,...

Regarding the initializer 😃 (though I always suspect a possible IDE issue)

@luca992 version `beta.2` fixes the issue on iOS but the issues is still present on Android. Same stacktrace and everything. Even if I set the `configOverride` manually on Android it...

Yap, but doesn't work even when specifying it

I checked it now with just using within the main composable called `App` and adding the following (same as previosuly) made it work ``` KamelConfig { configOverride = KamelConfig.Default }...