is it normal that a `kotlin-bom:1.5.10` relies on `stdlib:1.4.21`? ```[INFO] +- org.jetbrains.kot...
e
is it normal that a
kotlin-bom:1.5.10
relies on
stdlib:1.4.21
?
Copy code
[INFO]    +- org.jetbrains.kotlin:kotlin-bom:pom:1.5.10:compile
[INFO]    +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.5.10:compile
[INFO]    |  +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.21:compile
[INFO]    |  |  \- org.jetbrains:annotations:jar:13.0:compile
[INFO]    |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.5.10:compile
t
l
That's a mis-read of the dependency graph, you need to look up in the tree
e
how?
l
By moving your eyes I meant
Might imply scrolling up
e
sorry but this
Copy code
[INFO]    +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.5.10:compile
[INFO]    |  +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.21:compile
doesn't mean that
kotlin-stdlib-jdk8
depends on
kotlin-stdlib
? Anyway, I cant double check this again right now
l
If you're doubtful, you can check the
.module
file that has Gradle metadata.