in all my projects. How can I figure out which package caused gradle to pick a newer version?
not kotlin but kotlin colored 3
v
Vampire
06/13/2024, 3:22 PM
Please always have a look at channel and server topics. Not Kotlin-related questions are off-topic here. 😉
Vampire
06/13/2024, 3:23 PM
Besides that, the most convenient is to look at a build
--scan
. Other options would be the
dependencies
and
dependencyInsight
tasks.
r
reactormonk
06/13/2024, 3:24 PM
Sorry, only found
androidDependencies
, which wasn't as helpful. Thanks for the hints. Added the gradle slack to my neverending list ^^
👌 1
c
Can
06/14/2024, 8:44 AM
Did you manage to solve the issue? I also use 1.13.1 but started to get this error all of a sudden.
Dependency 'androidx.core:core:1.15.0-alpha01' requires libraries and applications that depend on it to compile against version 35 or later of the Android APIs.