Solving Room "cannot find setter for field" error in build time
Room persistence library is one of the easiest one to set up. However, when using data classes for your Room entities, you might face some small problem, which on the first look doesn't really make any sense.
Let's try to compile this class:
@Entity(...
dispatchersdotplayground.hashnode.dev3 min read