@@ -9,26 +9,12 @@ object Config {
99 val springBoot3Version = " 3.4.2"
1010 val kotlinCompatibleLanguageVersion = " 1.6"
1111
12- // see https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html#kotlin-compatibility
13- // see https://developer.android.com/jetpack/androidx/releases/compose-kotlin
14- val composeVersion = " 1.6.11"
1512 val androidComposeCompilerVersion = " 1.5.14"
1613
1714 object BuildPlugins {
1815 val androidGradle = " com.android.tools.build:gradle:$AGP "
19- val buildConfig = " com.github.gmazzo.buildconfig"
20- val buildConfigVersion = " 5.6.5"
21- val springBoot = " org.springframework.boot"
22- val springDependencyManagement = " io.spring.dependency-management"
23- val springDependencyManagementVersion = " 1.0.11.RELEASE"
2416 val gretty = " org.gretty"
2517 val grettyVersion = " 4.0.0"
26- val gradleMavenPublishPlugin = " com.vanniktech.maven.publish"
27- val gradleMavenPublishPluginVersion = " 0.30.0"
28- val dokkaPlugin = " org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"
29- val dokkaPluginAlias = " org.jetbrains.dokka"
30- val dokkaPluginJavadocAlias = " org.jetbrains.dokka-javadoc"
31- val composeGradlePlugin = " org.jetbrains.compose:compose-gradle-plugin:$composeVersion "
3218 val commonsCompressOverride = " org.apache.commons:commons-compress:1.25.0"
3319 }
3420
@@ -223,22 +209,9 @@ object Config {
223209 // TODO [POTEL] add tests and restore
224210 val minimumCoverage = BigDecimal .valueOf(0.1 )
225211 }
226- val spotless = " com.diffplug.spotless"
227- val spotlessVersion = " 6.11.0"
228- val errorProne = " net.ltgt.errorprone"
229- val errorpronePlugin = " net.ltgt.gradle:gradle-errorprone-plugin:3.0.1"
230- val gradleVersionsPlugin = " com.github.ben-manes:gradle-versions-plugin:0.42.0"
231- val gradleVersions = " com.github.ben-manes.versions"
232- val detekt = " io.gitlab.arturbosch.detekt"
233- val detektVersion = " 1.23.8"
212+
213+ // this can be removed when we upgrade to Gradle 8, which allows us to use a getter for the plugin ID
234214 val detektPlugin = " io.gitlab.arturbosch.detekt"
235- val binaryCompatibilityValidatorVersion = " 0.13.0"
236- val binaryCompatibilityValidatorPlugin = " org.jetbrains.kotlinx:binary-compatibility-validator:$binaryCompatibilityValidatorVersion "
237- val binaryCompatibilityValidator = " org.jetbrains.kotlinx.binary-compatibility-validator"
238- val jacocoAndroid = " com.mxalbert.gradle.jacoco-android"
239- val jacocoAndroidVersion = " 0.2.0"
240- val kover = " org.jetbrains.kotlinx.kover"
241- val koverVersion = " 0.7.3"
242215 }
243216
244217 object Sentry {
0 commit comments