File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22plugins {
33 alias(libs.plugins.kotlin.jvm)
44 alias(libs.plugins.ktor)
5- id( " com.diffplug .spotless" ) version " 7.0.3 "
5+ alias(libs.plugins .spotless)
66}
77
88group = " com.es"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ kotlin-version = "2.1.20"
33ktor-version = " 3.1.1"
44logback-version = " 1.4.14"
55jackson-version = " 2.15.0"
6+ spotless-version = " 7.0.3"
67
78[libraries ]
89ktor-server-content-negotiation = { module = " io.ktor:ktor-server-content-negotiation" , version.ref = " ktor-version" }
@@ -22,3 +23,4 @@ jackson-dataformat-xml = { module = "com.fasterxml.jackson.dataformat:jackson-da
2223[plugins ]
2324kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin-version" }
2425ktor = { id = " io.ktor.plugin" , version.ref = " ktor-version" }
26+ spotless = { id = " com.diffplug.spotless" , version.ref = " spotless-version" }
You can’t perform that action at this time.
0 commit comments