diff --git a/uhabits-core/build.gradle.kts b/uhabits-core/build.gradle.kts index 5c20c59ce..d447b4501 100644 --- a/uhabits-core/build.gradle.kts +++ b/uhabits-core/build.gradle.kts @@ -57,7 +57,6 @@ kotlin { val jvmTest by getting { dependencies { implementation(kotlin("test")) - implementation(kotlin("test-junit")) implementation("org.xerial:sqlite-jdbc:3.42.0.0") implementation("org.hamcrest:hamcrest:2.2") implementation("org.apache.commons:commons-io:1.3.2")