Bug 1821005 - Upgrade kotlin-dsl to 4.1.0.

Gradle 8.3 expects version '4.1.0' of the `kotlin-dsl` plugin.

dsl
fenix/121.0
mcarare 11 months ago committed by mergify[bot]
parent 4617bcab9f
commit 74f9138409

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
plugins {
id "org.gradle.kotlin.kotlin-dsl" version "2.4.1"
id "org.gradle.kotlin.kotlin-dsl" version "4.1.0"
}
repositories {

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
plugins {
id "org.gradle.kotlin.kotlin-dsl" version "2.4.1"
id "org.gradle.kotlin.kotlin-dsl" version "4.1.0"
}
repositories {

Loading…
Cancel
Save