Pavel.S.K.

Results 14 comments of Pavel.S.K.

Faced a similar problem when upgrading from 1.3 to 1.4 Gradle - 6.5 \ Android Gradle Plugin - 4.1.3 ~~any idea how to fix this problem? (excluding fix from [#258...

koin 3.5.3 \ kotlin 1.9.22 Perhaps a solution would help someone - roll back koin-core version to the previous one - synchronize the project and rebuild - reinstall the current...

Any news? `with complicated JSON structures it is pretty painful` -- that's right

@Zaiba25 maybe fix from the comment [188](https://github.com/coomar2841/android-multipicker-library/issues/188#issuecomment-934034184)

@dkhawk Would you look at the PR and include it in the plans please?

@dkhawk friendly reminder about this PR (current 6.0.0 :) ) Also, we often use `GoogleMap` in `LazyColumn` and have encountered some performance issues (like oom). Looking forward to these edits...

Local tests show great results! Thank you very much, @philip-segerfast

maybe this will give you some ideas Data - device: Pixel 5a - test from the comment above Test 1) set delay = 100ms --> OOM happens in a minute...

maybe the problem is somewhere in these lines (deleted all but this one in `fun GoogleMap`) ``` val context = LocalContext.current val mapView = remember { MapView(context, googleMapOptionsFactory()) } MapLifecycle(mapView)...