Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
ap...@google.com <ap...@google.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>
na...@google.com <na...@google.com> #4
#3 incremental kapt is available in 1.3.30 released yesterday too.
Description
Version used: 2.7.0-alpha06
We are using Room in a KMP project where the Room database is not exposed outside the shared module. The newly added RoomDatabaseConstructor functionality forces us to make our Room database to have a public modifier thus exposing it outside our shared module. It would be nice if the generated RoomDatabaseConstructor copied the visibility modifier from the expect class.