Steps to reproduce :
A user property named:
“Has a GPay something”
It will generate:
hasAgPaySomething: Boolean? = null,
as parameter, but will try to use:
*(if (hasAGPaySomething != null)
and therefore it doesn’t compile.
It can be reproduced using Android and iOS SDKs.
Is it the good place to report such issue?