Fixed
Status Update
Comments
da...@google.com <da...@google.com>
da...@google.com <da...@google.com> #2
The error is happening when try to run the tests in `data_room` module.
ph...@gmail.com <ph...@gmail.com> #3
seems like an error in the method writer since it should be marking all parameters final.
da...@google.com <da...@google.com> #4
Facing the same issue
cm...@gmail.com <cm...@gmail.com> #5
Fix in progress.
Meanwhile, targeting Java8 will fix this.
Meanwhile, targeting Java8 will fix this.
Description
@Insert
fun addBook(book: Book) : Completable
we should expand this support for prepared queries:
@Query("INSERT INTO BOOK (id, name) VALUES (1, 'A Song of Ice and Fire')")
fun addAwesomeBook() : Completable