<@U2SKJHSGK> there's a KEEP in progress to add an ...
# android
d
@miha-x64 there's a KEEP in progress to add an option for it: https://github.com/Kotlin/KEEP/pull/33
👍 2
m
damian: Wow.
Copy code
enum class AndroidExtensionsCacheImplementation {
    HASHMAP,
    NO_CACHE,
    SPARSE_ARRAY
}