Skip to content

Commit

Permalink
Roll com.diffplug.spotless 6.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevack committed Nov 29, 2023
1 parent ed79840 commit e137406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
}

spotless.kotlin {
// https://github.com/diffplug/spotless/pull/1890#issuecomment-1827263031
@Suppress("INACCESSIBLE_TYPE")
ktlint()
}
spotless.kotlin { ktlint() }

kotlin.jvmToolchain(17)

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pluginManagement {
val kotlinVersion = "1.9.21"
val kspSubVersion = "1.0.15"
id("com.github.ben-manes.versions") version "0.50.0"
id("com.diffplug.spotless") version "6.23.0"
id("com.diffplug.spotless") version "6.23.1"
id("com.android.application") version "8.2.0-rc03"
id("org.jetbrains.kotlin.android") version kotlinVersion
id("com.google.devtools.ksp") version "$kotlinVersion-$kspSubVersion"
Expand Down

0 comments on commit e137406

Please sign in to comment.