Is disabling 'desugaring' still necessary on Android?
526 views
Skip to first unread message
Ardavon Falls
unread,
Jul 7, 2023, 4:40:14 PM7/7/23
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 discuss-webrtc
Historically on Android, when using WebRTC one had to enable the following gradle flag android.enableDexingArtifactTransform.desugaring=false. Unfortunately, with AGP 7.4.2, it is depreicated and with AGP 8.+ it will be removed. In the past it was needed to work around java.lang.NoSuchMethodError: errors.