huobi_Java icon indicating copy to clipboard operation
huobi_Java copied to clipboard

这个JAVA版本的,不兼容最新的Android Studio,因为现在的AS不支持lombok啦,

Open jiaosw opened this issue 4 years ago • 3 comments

这个JAVA版本的,不兼容最新的Android Studio,因为现在的AS不支持lombok啦,里面都是lombok的注解,能不能进入AS啊?

jiaosw avatar Feb 06 '21 13:02 jiaosw

可不可以把lombok的注解,去掉呢?

jiaosw avatar Feb 06 '21 13:02 jiaosw

可以用老版本的,老版本的代码简单又清晰,我接的时候新版的lombok配置得死去活来的,后来看了一下18年的时候拉过的包,发现老版本是真香

CJR10032 avatar Jun 27 '21 07:06 CJR10032

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

msrmsr621 avatar Oct 07 '21 10:10 msrmsr621