You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In projects where the jitpack has a higher priority than the maven-central one, version 7.1 from December 13, 2024 is resolved which is compiled incorrectly and conflicts with the fragment classes:
`
Duplicate class androidx.fragment.app.Fragment found in modules fragment-1.3.6.aar -> fragment-1.3.6-runtime (androidx.fragment:fragment:1.3.6) and stub-android-7.1.jar -> stub-android-7.1 (com.github.terrakok.cicerone:stub-android:7.1)
Duplicate class androidx.fragment.app.FragmentActivity found in modules fragment-1.3.6.aar -> fragment-1.3.6-runtime (androidx.fragment:fragment:1.3.6) and stub-android-7.1.jar -> stub-android-7.1 (com.github.terrakok.cicerone:stub-android:7.1)
Duplicate class androidx.fragment.app.FragmentFactory found in modules fragment-1.3.6.aar -> fragment-1.3.6-runtime (androidx.fragment:fragment:1.3.6) and stub-android-7.1.jar -> stub-android-7.1 (com.github.terrakok.cicerone:stub-android:7.1)
Duplicate class androidx.fragment.app.FragmentManager found in modules fragment-1.3.6.aar -> fragment-1.3.6-runtime (androidx.fragment:fragment:1.3.6) and stub-android-7.1.jar -> stub-android-7.1 (com.github.terrakok.cicerone:stub-android:7.1)
Duplicate class androidx.fragment.app.FragmentManager$BackStackEntry found in modules fragment-1.3.6.aar -> fragment-1.3.6-runtime (androidx.fragment:fragment:1.3.6) and stub-android-7.1.jar -> stub-android-7.1 (com.github.terrakok.cicerone:stub-android:7.1)
Duplicate class androidx.fragment.app.FragmentTransaction found in modules fragment-1.3.6.aar -> fragment-1.3.6-runtime (androidx.fragment:fragment:1.3.6) and stub-android-7.1.jar -> stub-android-7.1 (com.github.terrakok.cicerone:stub-android:7.1)
`
The text was updated successfully, but these errors were encountered:
In projects where the jitpack has a higher priority than the maven-central one, version 7.1 from December 13, 2024 is resolved which is compiled incorrectly and conflicts with the fragment classes:
`
The text was updated successfully, but these errors were encountered: