bluelinelabs / LoganSquare

Screaming fast JSON parsing and serialization library for Android.
Apache License 2.0
3.21k stars 306 forks source link

Is this Library really Done for? I don't think so. #227

Open LaserStony opened 6 years ago

LaserStony commented 6 years ago

I don't think that LoganSquare is Done for... It still works Perfectly for me (up-till now) and there aren't any serious bugs either.. so I think, It's All good...

ursusursus commented 5 years ago

kotlin?

simtel12 commented 5 years ago

@LaserStony Have you tried it with Gradle 5? It's breaking for me. https://github.com/simtel12/Gradle5LogansquareTest

LaserStony commented 5 years ago

@simtel12 Nope. I haven't checked it with Gradle 5 yet... Will check it out And report ASAP..

simtel12 commented 5 years ago

@simtel12 Nope. I haven't checked it with Gradle 5 yet... Will check it out And report ASAP..

@LaserStony Quick update: I found out that for some reason the generated classes are not being compiled with the transient dependency on jackson-core. If you manually add an implementation dependency on jackson-core, then it works just fine!

LaserStony commented 5 years ago

@simtel12 Ooo.. Nice!! Thanks for the Heads up...