add ktlint to project

This commit is contained in:
2024-02-27 14:03:35 +01:00
parent e39c38ced5
commit 5434c59129
8 changed files with 77 additions and 45 deletions

View File

@@ -1,3 +1,4 @@
@Suppress("ktlint:standard:property-naming")
val ktor_version: String by project
val kotlin_version: String by project
val logback_version: String by project
@@ -6,6 +7,7 @@ plugins {
kotlin("jvm") version "1.9.22"
id("io.ktor.plugin") version "2.3.8"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.22"
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
}
group = "io.github.flecomte"