Md Shohrab Hossen

Results 3 issues of Md Shohrab Hossen

override val options: TabOptions @Composable get() { val icon = rememberVectorPainter(painterResource("icon.png")) return remember { TabOptions( index = 0u, title = "Home", icon = icon ) } }

tabnavigator

When I use "minifyEnabled true" that error message is thrown... kotlinx.serialization.json.internal.JsonDecodingException: Polymorphic serializer was not found for missing class discriminator ('null') JSON input: {"success":true,"message":"Otp sent successfully","data":{"countryCode":"880","mobileNo":" 99999999","type":"New","testOtp":63401}} how can i...