Skip to content

Commit 1fce124

Browse files
committed
get rid of ktfmt and spotless, since ktlint is what is used in this repo
1 parent 9005866 commit 1fce124

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

dataconnect/buildSrc/build.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
plugins {
1818
// See https://docs.gradle.org/current/userguide/kotlin_dsl.html#sec:kotlin-dsl_plugin
1919
`kotlin-dsl`
20-
alias(libs.plugins.spotless)
2120
}
2221

2322
java { toolchain { languageVersion.set(JavaLanguageVersion.of(17)) } }
@@ -35,11 +34,3 @@ gradlePlugin {
3534
}
3635
}
3736
}
38-
39-
spotless {
40-
kotlin { ktfmt(libs.versions.ktfmt.get()).googleStyle() }
41-
kotlinGradle {
42-
target("*.gradle.kts")
43-
ktfmt(libs.versions.ktfmt.get()).googleStyle()
44-
}
45-
}

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ activityCompose = "1.9.3"
1414
composeBom = "2024.11.00"
1515
googleServices = "4.4.2"
1616
composeNavigation = "2.8.4"
17-
ktfmt = "0.43"
1817

1918
[libraries]
2019
android-gradlePlugin-api = { group = "com.android.tools.build", name = "gradle-api", version.ref = "agp" }
@@ -47,4 +46,3 @@ jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref =
4746
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
4847
google-services = { id = "com.google.gms.google-services", version.ref = "googleServices" }
4948
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
50-
spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA3" }

0 commit comments

Comments
 (0)