Ankit Kumar

Results 3 issues of Ankit Kumar

**Describe the bug** not able to build app I just tried upgrading my koin android version from `3.2.2` to `3.5.3` also tried adding compose bomb `3.5.0 and 3.5.3` but still...

type:issue
status:checking

I need to draw polylines if I pass `List` it's fine but recomposing unnecessarily https://user-images.githubusercontent.com/54987308/231945860-6d484479-51b3-41c4-9d0f-edb1875f887d.mov if I pass `ImmutableList` it's skipping composition even if required many times https://user-images.githubusercontent.com/54987308/231947188-6521e465-a799-48d0-8d08-c5c6f7f7ec6d.mov

type: bug
priority: p3

**Describe the bug** auto replacement for deprecated method `getViewModel` is not correct **To Reproduce** Go to studio, alt enter on `getViewModel()` **Expected behavior** `val foo = koinViewModel()` Actual ``` rememberCurrentKoinScope()...