[AndroidAPI]Getting error when I upgrade my kotlin version and add ViewBinding to Android Project
投稿日時:2023年10月27日
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件のコメント
サインインしてコメントを残してください。