We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacd564 commit 9f7142aCopy full SHA for 9f7142a
build.gradle
@@ -1,17 +1,6 @@
1
// root-level build.gradle
2
-buildscript {
3
- repositories {
4
- maven {
5
- url "https://plugins.gradle.org/m2/"
6
- }
7
8
- dependencies {
9
- classpath "org.jlleitschuh.gradle:ktlint-gradle:11.3.2"
10
11
-}
12
-
13
plugins {
14
- id("org.jlleitschuh.gradle.ktlint-idea") version "11.6.1"
+id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
15
id 'org.jetbrains.kotlin.jvm' version '1.9.10'
16
id 'com.github.autostyle' version '3.2'
17
id 'application'
0 commit comments