material-code-input
material-code-input copied to clipboard
Cannot use library on androidx
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
You need to enable multi dex on your application, this isn't a library related issue :)