[AndroidAPI]Getting error when I upgrade my kotlin version and add ViewBinding to Android Project
Gepostet 27. Okt. 2023
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
0
0
0 Kommentare
Anmelden, um einen Kommentar zu hinterlassen.