-
-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
Description
Build scan link
Here is dependencies graph instead:
+--- com.adyen.checkout:components-core:5.15.0
| +--- com.adyen.checkout:checkout-core:5.15.0
| | +--- androidx.annotation:annotation:1.9.1
| | | \--- androidx.annotation:annotation-jvm:1.9.1
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.2.21 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0
| | | +--- org.jetbrains:annotations:23.0.0
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c)
| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c)
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.2.21 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*)
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.2.21 (*)
| | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.2.21 (*)
But we also have it in root added by gradle plugin
Plugin version
3.5.1
Gradle version
9.2.1
JDK version
17
(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version
2.2.21
(Optional) Android Gradle Plugin (AGP) version
8.13.1
(Optional) reason output for bugs relating to incorrect advice
You asked about the dependency 'org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.21'.
You have been advised to add this dependency to 'implementation'.
------------------------------------------------------------
Shortest path from :core:datamodel to org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.21 for mpDebugCompileClasspath:
:core:datamodel
\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.21
...
Source: mpDebug, main
---------------------
* Imports 1 class: kotlinx.parcelize.Parcelize (implies implementation).
Describe the bug
Not sure why but shortest path to dependency is transitive, while we have it by applying plugin in root dependencies.
To Reproduce
Steps to reproduce the behavior:
- Use kotlin parcelise plugin
- Have dependency that has transitive parcelize runtime
- run project health
Expected behavior
Suggestion is not reported