Ankit Kumar

Results 12 comments of Ankit Kumar

Update : Even if we mark data class with `@Stable` then also many times it skips composition

Update 2: got some workaround wrapping the compose method with `key` block and providing the list as key seems to work when using `ImmutableCollection` ``` data class Polyline(val latLngs :...

@GaneshShetty951 it's does exactly same how having parms in composable works but for some reasons composable annotated with @GoogeMapsCompose was not behaving correctly so key block also does the same...

Library uses jdk 11 only, are you facing any issues? also the demo app uses jdk 8 and it works fine with the lib, what issue are facing while integrating?

Did complete same steps able to run in desktop too 1 issue I faced with 1.8.0 is iosArm64 not present, can you try using version `1.7.1` and see if you...

yeah release flow uses jdk 17 but the library uses 11 only, did you tried the latest release `2.0.3`, there was 1 issue I was using linux OS for release...

Hey I tried again and it seems to work Created a KMP project from the template andorid/iOS/desktop/web added the library deps Got a error related to WASM I have not...

@gitzhan did you tried with version I shared in last message still facing the issue, then can you please push the code and share me the repo will have a...

I have done the change in local let me know if I can raise the pr?