https://kotlinlang.org logo
Title
k

kartikpatodi

05/28/2018, 9:30 PM
I just started converting my app to Kotlin and used androidx with jettifier But it doesn't seem to work and gines an
Error: entry
error when try to run on emulator or phone via adb? Currently using Canary 15 Dependencies •Picasso •FastAndroidNetworking When i enable both androidx and jettifier in gradle properties file it gives the above mentioned error And when i use only the androidx then
support-v4 aldready exists
is the error (I think it is due to Picasso) Any ideas? PS: Naive android developer
@jw
a

Allan Wang

05/28/2018, 10:35 PM
in case there are incompatibilities, you can try excluding the support-v4 import from one of the dependencies
k

kartikpatodi

05/28/2018, 11:07 PM
I did but the same is returned