bumping kotlin from 2.0.21 to 2.1.0 causes every a...
# multiplatform
c
bumping kotlin from 2.0.21 to 2.1.0 causes every attempt at a gradle sync to result in a failure with:
Copy code
> class org.jetbrains.kotlin.build.report.metrics.GradleBuildTime can not implement org.jetbrains.kotlin.build.report.metrics.BuildTime, because it is not an interface (org.jetbrains.kotlin.build.report.metrics.BuildTime is in unnamed module of loader org.g
also the buildSrc
kotlin
and
android
configurations seem not to exist anymore. anyone seen this as well?
s
Have you by any chance figured out the solution? Thanks!
c
same here!
h
same here... anyone found the solution?
s
Turns out, we need to check all the dependencies, e.g. kotlin poet, kotlinter, ktlint plugin, etc. And this solves the problem.
h
Thanks … 😤 solved
j
Check all the dependencies? Like update them all?
Okay, fixed. I updated all my gradle plugins.
c
Yeah it seems like we still have a dependency not able to be bumped to 2.1 meaning none of the 2.1 dependencies can be bumped.
241 Views