Fixed
Status Update
Comments
da...@google.com <da...@google.com>
da...@google.com <da...@google.com> #2
ph...@gmail.com <ph...@gmail.com> #3
Yes, kapt incremental compilation support is available since 1.3.40-dev-795
Is there already some plan to add support to Room?
Is there already some plan to add support to Room?
da...@google.com <da...@google.com> #4
#3 incremental kapt is available in 1.3.30 released yesterday too.
cm...@gmail.com <cm...@gmail.com> #5
Is there already some ETA?
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