twitter / Serial

Light-weight, fast framework for object serialization in Java, with Android support.
Apache License 2.0
1.01k stars 107 forks source link

Make dependency compileOnly #29

Closed carlonzo closed 7 years ago

carlonzo commented 7 years ago

Make the org.jetbrains:annotations dependency compileOnly so it will not be included in the final jar as it is not needed. according to http://www.methodscount.com/?lib=com.twitter.serial%3Aserial%3A0.1.5 it will save 24 methods and 8kb on the final dex. yay! 🎉

carlonzo commented 7 years ago

np. thanks to you!