Using project lombok in an Android Library project
30 views
Skip to first unread message
Paul Michael Reilly
unread,
Apr 10, 2014, 1:21:21 PM4/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gradle-androi...@googlegroups.com
I have an Android Library project which uses Project Lombok. The aar file is built flawlessly with no traces of lombok but when I try to build a test apk lombok is dexed into the apk despite the dependency being "provided". Do I need to have a separate "provided" test dependency in build.gradle?