It seems that the SDK uses ViewBinding.
Adding the following settings to My App resolved the issue.
viewBinding {
enabled = true
}
It seems that the SDK uses ViewBinding.
Adding the following settings to My App resolved the issue.
viewBinding {
enabled = true
}