Slackbot
12/06/2022, 10:45 AMPaul Merlin
12/06/2022, 11:00 AMkotlin-dsl
plugin version for Gradle 7.6 is 2.4.1Vaios Tsitsonis
12/06/2022, 12:20 PMplugins {
id("org.gradle.kotlin.kotlin-dsl") version "2.4.1"
}
and the problem still persists. The strange thing here is that I still get this log:
This version of Gradle expects version '2.4.1' of the `kotlin-dsl` plugin but version '2.1.7' has been applied to project ':buildSrc'. Let Gradle control the version of `kotlin-dsl` by removing any explicit `kotlin-dsl` version constraints from your build logic.
Vaios Tsitsonis
12/06/2022, 12:37 PM