{ Hamza Maqsood; }

Results 2 issues of { Hamza Maqsood; }

Android version 8.0 Canaree version 3.3.0

``` @Entity @kotlinx.serialization.Serializable data class User( @Id val userId: String, val name: String ) ``` if I have a class like this, the build fails with the following error: Exception...