You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @hamen, thanks for submitting the issue. This is a bug in our code generation that seems to be caused by not having any "Group Properties" in your tracking plan. We will get started on a fix and keep you updated. Thanks again!
Hi all,
I'm integrating Ampli in my current project and everything was fine until I run:
The
Ampli.kt
file that I find in my codebase does not compile, as we have this error:I checked the Kotlin app example here, and I noticed that the
groupIdentify()
function in my file is slightly different from the one in the example.If I replace my implementation with that one, I get to build the app, but my changes will be inevitably lost once I run
ampli pull
again.Notes
My
build.gradle
containsas from documentation.
I really need your help here.
Thanks
The text was updated successfully, but these errors were encountered: