<@U1UQX3JCC> This in your `buildSrc`'s `build.grad...
# gradle
l
@Marc Knaup This in your `buildSrc`'s
build.gradle.kts
should fix your issue: https://github.com/LouisCAD/Splitties/blob/61a4035ba3b18270dbfb0828436b5045bff44919/buildSrc/build.gradle.kts#L32-L41
m
You're basically working around the problem by not using the affected
kotlin-dsl
versions 😅 Since you didn't specify a version I think
1.1.3
will be used by default.