Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
hmm room builder cannot take converters because we need them at compile time BUT we can receive a converter factory instead of initializing them ourselves.
Then one can write a type converter producer similar to view models .
https://github.com/googlesamples/android-architecture-components/blob/master/GithubBrowserSample/app/src/main/java/com/android/example/github/viewmodel/GithubViewModelFactory.kt
Then one can write a type converter producer similar to view models .
da...@google.com <da...@google.com>
pr...@google.com <pr...@google.com> #3
Yes, that would be very much appreciated!
Description
It could be useful to completely replace the generation of instantiateImpl() and the need to take in a factory lambda in Room's builder.