When I add this library implementation group: 'com.zendesk', name: 'support', version: '5.1.0' and sync project that time got a sync success... but when I ran the project I got an error like this :
Execution failed for task ':app:kaptStagingDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction
> java.lang.reflect.InvocationTargetException (no error message)
at the same time when I create a new project and sync this library and run the project everything works perfectly
help me... thank you in advanced

Does this only occur on 5.1.0 or on earlier versions as well?
Thanks!