<How to sort data on the bases of Priority HIGH,Me...
# stackoverflow
u
How to sort data on the bases of Priority HIGH,Medium and Low in jetpack compose sealed class Priority{ object High : Priority() object Medium : Priority() object Low : Priority() } I did not be able to sort the data in lazy column on the basis of high,medium and low