Android Extensions: Add global cache flag in compiler plugin

This commit is contained in:
Yan Zhulanow
2017-07-20 23:09:43 +03:00
parent 84eff43b49
commit 5a1a4bd8bd
17 changed files with 190 additions and 64 deletions
@@ -23,4 +23,8 @@ public enum class CacheImplementation {
public val hasCache: Boolean
get() = this != NO_CACHE
companion object {
val DEFAULT = HASH_MAP
}
}