airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.51k stars 728 forks source link

Epoxy generate code has some extra symbol like ' ` ' with nested / inner classes cause compile error #1278

Open fw1088 opened 2 years ago

fw1088 commented 2 years ago

OS: macOS Monterey 12.0.1 Chip: Apple M1 Pro epoxy version: 4.1.0

When I build project with an M1 machine, I got some error with epoxy generate code that has some extra symbol like \' ` \' with nested / inner class. ``BaseXXXXX$StatusXXXX_``().apply { xxxxx() }

Screen Shot 2022-02-17 at 8 57 19 PM