I recently updated KSP to 2.3.2 and experience a d...
# ksp
d
I recently updated KSP to 2.3.2 and experience a drop in Kover code coverage on @Serializable data classes, anybody else stumbled upon this? When I look at the Kover report, lines like
Copy code
@SerialName("foo")
val foo: String
are only covering the annotation, but not the property declaration.