Andrew Grosner
Andrew Grosner
Are you sure you're not running offline mode?
Did you look at the graphs? DBFlow is not always the winner. But as for Realm this is a comparison of SQLite libs. Realm will be much faster in these...
Sorry to clarify, we have that already turned on. This is code from a stale branch merged from the main branch. The merged code referenced an annotation that moved packages...
seeing the same for classes that extend an abstract class, the members injector generated also uses generics: ```kotlin abstract class SomeFragment { @set:Inject var presenterLazy: Lazy? = null } ```...
👍 for it to resemble how servers define complex keys: ``` extend type SomeTypeWithComplexKeys @typePolicy(keyFields: "fieldA complexField { id }") ```
@kenkyee feel free to write one and submit a PR for it
@kenkyee if you want to write that, I'll review it for you.
@RZpowelldev not a bad idea, but I'd rather keep things simple and specify that a param be `@NotNull` to expect not null params. Otherwise a null param is considered valid.
ah mybad I misread the title.