huobi_Java
huobi_Java copied to clipboard
这个JAVA版本的,不兼容最新的Android Studio,因为现在的AS不支持lombok啦,
这个JAVA版本的,不兼容最新的Android Studio,因为现在的AS不支持lombok啦,里面都是lombok的注解,能不能进入AS啊?
可不可以把lombok的注解,去掉呢?
可以用老版本的,老版本的代码简单又清晰,我接的时候新版的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
https://github.com/HuobiRDCenter/huobi_Java/issues/87