From 8d3ec424cd2f74ebd957fb1e6958951e83e7113c Mon Sep 17 00:00:00 2001 From: cf256 Date: Tue, 13 Feb 2024 13:24:56 +0100 Subject: [PATCH] Remove duplicate entry of junit (#1754) --- android-app/benchmark/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/android-app/benchmark/build.gradle.kts b/android-app/benchmark/build.gradle.kts index 58c3351295..22ba18add5 100644 --- a/android-app/benchmark/build.gradle.kts +++ b/android-app/benchmark/build.gradle.kts @@ -43,7 +43,6 @@ dependencies { implementation(libs.androidx.test.junit) implementation(libs.androidx.benchmark.macro) implementation(libs.androidx.uiautomator) - implementation(libs.androidx.test.junit) implementation(libs.kotlin.coroutines.android) implementation(projects.androidApp.commonTest)