material-code-input icon indicating copy to clipboard operation
material-code-input copied to clipboard

Cannot use library on androidx

Open mocfaisal opened this issue 5 years ago • 1 comments

in newer version cannot use, i got this error when build the project Cannot fit requested classes in a single dex file (# methods: 72502 > 65536) but on version 2.1.1 library working

mocfaisal avatar Sep 17 '19 03:09 mocfaisal

You need to enable multi dex on your application, this isn't a library related issue :)

ForceTower avatar Oct 02 '19 10:10 ForceTower