i have encounter an error related to R8 during the build process(Profile & Release): ERROR: R8: Missing class kotlinx.parcelize.Parcelize (referenced from: com.giphy.sdk.analytics.models.AnalyticsEvent and 25 other contexts). It appears that the kotlinx.parcelize.Parcelize class is missing or not properly referenced, affecting multiple contexts including com.giphy.sdk.analytics.models.AnalyticsEvent. This issue occurred while testing via the example, and we are using Flutter version 3.19.
i have encounter an error related to R8 during the build process(Profile & Release): ERROR: R8: Missing class kotlinx.parcelize.Parcelize (referenced from: com.giphy.sdk.analytics.models.AnalyticsEvent and 25 other contexts). It appears that the kotlinx.parcelize.Parcelize class is missing or not properly referenced, affecting multiple contexts including com.giphy.sdk.analytics.models.AnalyticsEvent. This issue occurred while testing via the example, and we are using Flutter version 3.19.