I am currently using Katalon Studio version 5.3.0 Build 1. while using Katalon Studio, I have observed that, whenever I am adding new custom keyword and also provide @Keyword annotation, When I run the test case for first time, below Error is coming:
**Test Cases/TestLogin FAILED because (of) java.lang.ClassFormatError: Illegal method name “test_keywords.click_headers_by_name.clickAllHeaders” in class CustomKeywords
**
As a workaround, I am deleting CustomKeywords.groovy inside C:\Users\xyz\Katalon Studio\SampleDynamicProject\Libs. This is working fine after this as Katalon creates this class at run time and added Custom Keyword is added to this class at run time.Please look into this.