Anyone affected by upgrading to Gradle 7.6? I'm ge...
# gradle
p
Anyone affected by upgrading to Gradle 7.6? I'm getting this
Multiple incompatible variants
error: https://pastebin.com/t3tx8SCy. See the PR to reproduce: https://github.com/krzema12/github-workflows-kt/pull/569
j
Try to specify the serialization version, it is picking a different version
c
looks like a mismatch between Gradle embedded kotlin (1.7.10) and kotlin-gradle-plugin 1.7.21.
p
thanks folks, fixed in my case by specifying kotlinx-serialization version explicitly: https://github.com/krzema12/github-workflows-kt/commit/4fc332ad7d29e97c7640f7009e76d732b1e40c2f