11[versions ]
2- kotlin = " 2.1 .21"
3- kotest = " 6.0.0.M3 "
2+ kotlin = " 2.2 .21"
3+ kotest = " 6.0.4 "
44detekt = " 1.23.8"
5- ktlint = " 1.1.0"
65okio = " 3.15.0"
76serialization = " 1.8.1"
87benchmark = " 0.4.14"
@@ -13,10 +12,7 @@ jackson = "2.20.0"
1312kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
1413kotlin-benchmark = { id = " org.jetbrains.kotlinx.benchmark" , version.ref = " benchmark" }
1514kotlin-allopen = { id = " org.jetbrains.kotlin.plugin.allopen" , version.ref = " kotlin" }
16- kotest-multiplatform = { id = " io.kotest.multiplatform" , version.ref = " kotest" }
1715kover = { id = " org.jetbrains.kotlinx.kover" , version = " 0.9.1" }
18- detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
19- ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version = " 13.1.0" }
2016kotlin-binaryCompatibility = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version = " 0.18.1" }
2117
2218[libraries ]
@@ -43,6 +39,10 @@ karacteristics = { group = "io.github.optimumcode", name = "karacteristics", ver
4339kotlin-gradle-plugin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
4440sigstore-gradle-plugin = { module = " dev.sigstore:sigstore-gradle-sign-plugin" , version = " 1.3.0" }
4541maven-publish-gradle-plugin = { module = " com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin" , version = " 0.34.0" }
42+ detekt-gradle-plugin = { module = " io.gitlab.arturbosch.detekt:detekt-gradle-plugin" , version.ref = " detekt" }
43+ ktlint-gradle-plugin = { module = " org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin" , version = " 13.1.0" }
44+ kotest-gradle-plugin = { module = " io.kotest:kotest-framework-plugin-gradle" , version.ref = " kotest" }
45+ ksp-gradle-plugin = { module = " com.google.devtools.ksp:symbol-processing-gradle-plugin" , version = " 2.3.0" }
4646
4747[bundles ]
4848openapi = [" openapi-validator" , " openapi-interfaces" , " openapi-jackson" ]
0 commit comments