We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个JAVA版本的,不兼容最新的Android Studio,因为现在的AS不支持lombok啦,里面都是lombok的注解,能不能进入AS啊?
The text was updated successfully, but these errors were encountered:
可不可以把lombok的注解,去掉呢?
Sorry, something went wrong.
可以用老版本的,老版本的代码简单又清晰,我接的时候新版的lombok配置得死去活来的,后来看了一下18年的时候拉过的包,发现老版本是真香
I am getting another issue. cannot resolve method builder()
// Create GenericClient instance and get the timestamp GenericClient genericService = GenericClient.create(HuobiOptions.builder().build());
Not able to find builder() method
#87
No branches or pull requests
这个JAVA版本的,不兼容最新的Android Studio,因为现在的AS不支持lombok啦,里面都是lombok的注解,能不能进入AS啊?
The text was updated successfully, but these errors were encountered: