Is it possible to add the following dependency
implementation 'com.google.firebase:firebase-ml-vision:23.0.0'
in a project that is not migrated to AndroidX libraries?
I gave it a try and it seems that I have to migrate to androidx and I don't want to do it right now. Is there any other alternative?