An open API service indexing awesome lists of open source software.

https://github.com/paulwoitaschek/roommultimodulebug


https://github.com/paulwoitaschek/roommultimodulebug

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# RoomMultiModuleBug

https://issuetracker.google.com/issues/68118746

This project has a room entity with a dao in the library module and has it's Room database in the app module.

If you now change the select statement from `WHERE id = :arg0` to `WHERE id = :id` in the [LibraryDao](https://github.com/PaulWoitaschek/RoomMultiModuleBug/blob/master/library/src/main/java/de/paul_woitaschek/roombug/library/LibraryDao.kt), it fails to compile.

The same for the [LibraryEntity](https://github.com/PaulWoitaschek/RoomMultiModuleBug/blob/master/library/src/main/java/de/paul_woitaschek/roombug/library/LibraryEntity.kt):
If the properties are not named `arg0`, `arg1` it fails to compile.