Kotlin / anko

Pleasant Android application development
Apache License 2.0
15.9k stars 1.28k forks source link

Error: Program type already present: android.support.v4.app.INotificationSideChannel #726

Open andreiblaji-cc opened 5 years ago

andreiblaji-cc commented 5 years ago

Hi All,

Wanted to use Anko in my project, but it fails with following error Error: Program type already present: android.support.v4.app.INotificationSideChannel

I think it could be related to AndroidX, which i'm using in place of support library.

Thanks.