diff --git a/build.gradle.kts b/build.gradle.kts index ff7abe9d..2b6d5cd4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -299,14 +299,6 @@ tasks.withType().configure exclude("**/org/koin/ksp/generated/**", "**/generated/**") } -configurations.matching { it.name == "detekt" }.all { - resolutionStrategy.eachDependency { - if (requested.group == "org.jetbrains.kotlin") { - useVersion("1.9.22") - } - } -} - configurations { all { exclude("org.springframework.boot", "spring-boot-starter-logging") @@ -372,4 +364,4 @@ licenseReport { filters = arrayOf(LicenseBundleNormalizer("$projectDir/license-normalizer-bundle.json", true)) allowedLicensesFile = File("$projectDir/allowed-licenses.json") configurations = arrayOf("productionRuntimeClasspath") -} \ No newline at end of file +}