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
Error : Unsatisfied dependency expressed through field 'statSigClientUtil'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statSigClientUtil': Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/google/gson/ToNumberPolicy
Error : Unsatisfied dependency expressed through field 'statSigClientUtil'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statSigClientUtil': Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/google/gson/ToNumberPolicy
method :
build.gradle:
implementation 'com.statsig:serversdk:1.6.1'
gson librarry used in project is
implementation 'com.google.code.gson:gson:2.9.0'
The text was updated successfully, but these errors were encountered: