You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds good 👍🏻. Feel free to send over a PR once they hit stable. I think we can use SieveCache to replace all our LruCache and LruMap implementations.
Took a quick look at this - it looks like LruCache and SieveCache only accept an Int as the max size, but we accept a Long in MemoryCache.Builder.maxSizeBytes. I think adopting these classes would mean dropping support for memory caches larger than Int.MAX_VALUE. which I'm not sure we can do.
Now that they added wasmJs & js target. https://developer.android.com/jetpack/androidx/releases/collection
We just wait a stable 1.5.0 .
The text was updated successfully, but these errors were encountered: