Android Extensions: Add SparseArray implementation for the View cache (KT-18250)
This commit is contained in:
+1
@@ -17,6 +17,7 @@
|
||||
package kotlinx.android.extensions
|
||||
|
||||
public enum class CacheImplementation {
|
||||
SPARSE_ARRAY,
|
||||
HASH_MAP,
|
||||
NO_CACHE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user