Geoffrey Métais
Geoffrey Métais
With databinding enabled in Android project build.gradle, gradle-witness data binding enabled via: ``` dataBinding { enabled = true } ``` output is: ``` FAILURE: Build failed with an exception. *...
With a project organized with several modules, I don't want to verify my own dependencies. gradle-witness doesn't allow this.
### Use case For features not needing disk persistency, but just a in-memroy caching mecanism and high performances 🚀 It would be useful to have the equivalent of [doNotStore](https://www.apollographql.com/docs/kotlin/kdoc/apollo-normalized-cache-incubating/com.apollographql.apollo3.cache.normalized/do-not-store.html) operator,...