[AndroidAPI]Getting error when I upgrade my kotlin version and add ViewBinding to Android Project | Community
Skip to main content

[AndroidAPI]Getting error when I upgrade my kotlin version and add ViewBinding to Android Project

  • October 27, 2023
  • 0 replies
  • 0 views

Sandeep11

Here is the error I am getting.

/databinding/ZsActivityViewArticleBinding.java:29: error: ArticleVotingView is not public in zendesk.support.guide; cannot be accessed from outside package
  public final ArticleVotingView articleVotingContainer;

I updated my app's kotlin version to v1.8.0 and core-ktx library to v1.10.0 which requires viewbinding to be enabled because synthetics is no longer available and I get this error from the library files generated by the zendesk library. Any suggestions on how to fix this? I am currently using version 5.2.0