Kapt task fails if @kotlinx.serialization.Serializable is also applied to the class
hamza-maqsood opened this issue · 0 comments
hamza-maqsood commented
@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 while building entity graph: pl.touk.krush.validation.ElementTypeNotFoundException: Could not resolve Companion type