Wojciech Trefon
Results
2
comments of
Wojciech Trefon
Unfortunately, using annotation on the sealed class abstract property is not working for me. ``` sealed class SealedClass { @get:GenerateNullable abstract val optionalList: List? @get:GenerateNullable abstract val optional: String? }...
Our team is also waiting for this fix, would be cool to merge it.