Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure Room with Gradle plugin (#1475)
* Migrate to Room Gradle plugin > The plugin configures the project such that generated schemas (which are > an output of the compile tasks and are consumed for auto-migrations) are > correctly configured to have reproducible and cacheable builds. https://developer.android.com/jetpack/androidx/releases/room#gradle-plugin * Remove explicit configuration of room.incremental property Incremental annotation processing is enabled by default: https://developer.android.com/jetpack/androidx/releases/room#compiler-options --------- Co-authored-by: Maxr1998 <[email protected]>
- Loading branch information