Skip to content

Commit

Permalink
Remove Gradle ktlint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Feb 3, 2023
1 parent 713dbf9 commit 4a1d7f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Expand Up @@ -10,7 +10,6 @@ plugins {
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.kotlin.parcelize) apply false
alias(libs.plugins.kotlin.jvm) apply false
alias(libs.plugins.ktlint) apply false
alias(libs.plugins.spotless)
}

Expand Down Expand Up @@ -95,11 +94,6 @@ allprojects {
jvmTarget = jvmTargetVersion
}
}

apply plugin: 'org.jlleitschuh.gradle.ktlint'
ktlint {
version = libs.versions.ktlint.get()
}
}

spotless {
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Expand Up @@ -39,7 +39,6 @@ ksp = "com.google.devtools.ksp:1.8.0-1.0.8"
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
ktlint = "org.jlleitschuh.gradle.ktlint:11.0.0"
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }

[libraries]
Expand Down

0 comments on commit 4a1d7f1

Please sign in to comment.