Ilya Nemtsev

Results 15 comments of Ilya Nemtsev

Is there an easy way to click-through and see which versions of frameworks were used, which serializers, etc...?

I ended up using the Scoped feature and attached that scope at the beginning of the pipeline.. It works well, but adding this functionality to koin-ktor would be awesome

If you get emulator is in use error, go to: **/Users//.android/avd/** then open the folder of the emulator you use and run: **rm *.lock** After **deleting the device** and unchecking...

> Thanks @inemtsev, we'll look into perhaps exposing an ability to drop the cache, though need to think through how this would be leveraged (i.e., how to know when to...

@szaboopeeter I think we should expand our list of supported interfaces. Is there a list we maintain as allowed?

@szaboopeeter Our team, would like to use IReadOnlyCollection which results in quite a bit of warnings. I can update the docs if we agree to allow this.

I don't think we raised this issue because of statemachine impact, but because it takes away the ability of the caller to decide when to await. Taking away opportunities to...

@szaboopeeter Never mind that point, you are correct. I forgot that await does not block in outer context.

Looks much more up-to-date. Ready to merge.

Modernized other Ktor-related apps to use the same JVM version and latest dependencies, fixed breaking changes