I was trying to upgrade Jetpack Navigation (Plugins(safeargs) and libraries(fragment,UI,)) from
android.arch.navigation:{library-name}:1.0.0-alpha06
To
androidx.navigation:{library-name}:2.0.0
But it causes compilation error where imports from com.mapbox.mapboxsdk:mapbox-sdk-geojson
fail to resolve.
Any reason for this to happen ? My setup is :
- Android Studio 3.3 (Can't currently update to 3.4)
- kotlin version 1.3.0
Below are some screenshots of the build failure :