RedApparat / Fotoapparat

Making Camera for Android more friendly. 📸
Apache License 2.0
3.81k stars 405 forks source link

Using Fotoapparat with Kotlin 1.3 but without AndroidX #327

Closed kzotin closed 5 years ago

kzotin commented 5 years ago

Hi folks, Thank you for the awesome lib!

After updating Kotlin with coroutines to 1.3 we're unable to use both old version (due to #314 ) and new one - due to androidX.

Could you advise please if there's a version of Fotoapparat without AndroidX? Or if any known workaround exists...

Migration to AndroiX is planned but will take a while for the current project

kzotin commented 5 years ago

Nevermind, we've updated to AndroidX. Was not as scary as it seemed.