I'm just sad this is still broken: issuetracker.google.com/issues/35684...
I'm just sad this is still broken: issuetracker.google.com/issues/35684...
If I own the class, I annotate it. If I don't, I wrap it. If I don't own it and it is a very common type (e.g. stdlib), I add it to a the stability config file.
If I own the class, I annotate it. If I don't, I wrap it. If I don't own it and it is a very common type (e.g. stdlib), I add it to a the stability config file.
I have to admit that I find them handy for some things in Compose, but in that case I'm probably using the data modifier just to skip recompositions.
I have to admit that I find them handy for some things in Compose, but in that case I'm probably using the data modifier just to skip recompositions.
I try to use these scoping functions only if I do not need an else branch and I'm too lazy to declare a local variable to get smart casting work on immutable classes declared in other modules.
I try to use these scoping functions only if I do not need an else branch and I'm too lazy to declare a local variable to get smart casting work on immutable classes declared in other modules.
The wrapper should also be unnecessary with strong skipping mode enabled, Painter instances are usually remembered.
The wrapper should also be unnecessary with strong skipping mode enabled, Painter instances are usually remembered.
I actually don't even import maps-compose-utils, which is just a two files lib and re-implemented the few bit I needed.
I actually don't even import maps-compose-utils, which is just a two files lib and re-implemented the few bit I needed.
I simply wrote my own implementation of DefaultClusterRenderer so that I can render markers and clusters efficiently while still using compose-maps for everything else. My markers are all assets, so I don't really care about using Compose for them.
I simply wrote my own implementation of DefaultClusterRenderer so that I can render markers and clusters efficiently while still using compose-maps for everything else. My markers are all assets, so I don't really care about using Compose for them.