common/build.gradle.kts [14:24]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - constraints { implementation(libs.constraint.transitive.icu4j) { because("previous versions have faulty jar files which cause problems during incremental compilation (which is enabled by default since Kotlin 1.8.20)") } } testImplementation(kotlin("test")) testImplementation(libs.kotest.assertions.core) testImplementation(libs.mockk) testImplementation(libs.junit.jupiter) testImplementation(libs.kotest.assertions.core) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - server/build.gradle.kts [130:140]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - constraints { implementation(libs.constraint.transitive.icu4j) { because("previous versions have faulty jar files which cause problems during incremental compilation (which is enabled by default since Kotlin 1.8.20)") } } testImplementation(kotlin("test")) testImplementation(libs.kotest.assertions.core) testImplementation(libs.mockk) testImplementation(libs.junit.jupiter) testImplementation(libs.kotest.assertions.core) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -