Klitos Kyriacou
04/13/2026, 8:27 AMkotlin-stdlib:2.3.20 but the other dependencies use kotlin-stdlib-jdk8:1.9.25 and kotlin-stdlib-jdk7:1.9.25. The other dependencies also use kotlin-stdlib:1.9.25 but that gets replaced by 2.3.20. Would that cause a problem with these different versions?CLOVIS
04/13/2026, 9:20 AMRob Elliot
04/13/2026, 9:22 AMdependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.3.20"))
}CLOVIS
04/13/2026, 9:25 AM./gradlew :<your-project>:dependencyInsight --configuration runtimeClasspath --dependency org.jetbrains.kotlin:kotlin-stdlibephemient
04/13/2026, 2:15 PMephemient
04/13/2026, 2:16 PMKlitos Kyriacou
04/13/2026, 4:33 PM+--- org.springframework.boot:spring-boot-dependencies:3.5.13
| +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.3.20 (c)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.25 (c)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25 (c)
| +--- org.jetbrains.kotlin:kotlin-reflect:1.9.25 -> 2.3.20 (c)