Jacob Kwitkoski
05/08/2025, 6:27 PM1.9.24
due to some internal dependency limitations.
Question: If I include a 3rd-party dependency that upgrades org.jetbrains.kotlin:kotlin-stdlib
to 2.0.21
(as can be seen by running ./gradlew :app:dependencies --configuration releaseRuntimeClasspath
) , is that going to cause problems at either compile time or runtime?ephemient
05/08/2025, 6:51 PMtapchicoma
05/08/2025, 6:54 PM2.0.21
should be fine - Kotlin/JVM compiler supports one major version forwardtapchicoma
05/08/2025, 6:54 PM2.1.0+
version - you will not be able to compile your projectJacob Kwitkoski
05/08/2025, 6:56 PMaurimas
05/08/2025, 9:17 PMephemient
05/08/2025, 9:52 PM