ritesh
08/11/2025, 1:21 PMsealed interface CellType {
data object Normal : CellType
companion object {
val DEFAULT: PlpItemViewCellType = Normal
}
}
Upgrading our project to k-2.2.0, calling CellType.DEFAULT returns null. Is it a compiler bug?Youssef Shoaib [MOD]
08/11/2025, 1:49 PMval DEFAULT: PlpItemViewCellType get() = Normalritesh
08/11/2025, 4:02 PMritesh
08/11/2025, 4:03 PM