--
You received this message because you are subscribed to the Google Groups "Project Lombok" group.
To unsubscribe from this group and stop receiving emails from it, send an email to project-lombo...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Project Lombok" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/project-lombok/DZvMfm7MFOg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to project-lombok+unsubscribe@googlegroups.com.
Yes, to compile we've created some stub files that only contain the used method signatures and fields.
Alternatively, we could depend on a jar file if one is legally available.
Roel
--
You received this message because you are subscribed to the Google Groups "Project Lombok" group.
To unsubscribe from this group and stop receiving emails from it, send an email to project-lombo...@googlegroups.com.
The jar for Android 4.1.1.4 is in Maven Central so we can depend on that. It isn't the latest and greatest (which would be 4.4) but has everything that I'll need for @Parcelable. Google stopped pushing to Central a while ago, requiring developers to rely on a local m2 repository that is managed by the Android SDK tools.
You received this message because you are subscribed to a topic in the Google Groups "Project Lombok" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/project-lombok/DZvMfm7MFOg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to project-lombo...@googlegroups.com.
To clarify, Google never actually published those artifacts, it was done by the community (see https://code.google.com/p/android/issues/detail?id=4577). Many open source Android projects depend on that 4.1.1.4 artifact, including various high-profile projects from Square. I think it's okay to do so here too as long as those jars aren't redistributed in the Lombok artifacts.
In that case you can just add the dependency in the build scripts.