From 5df019e48562f030ea74bb93b497478505832ee3 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 18 Dec 2025 09:21:40 -0500 Subject: [PATCH] adds kotlin ktx to benchmark --- benchmark/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/build.gradle b/benchmark/build.gradle index cd0571b30..e5f9de796 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -54,6 +54,7 @@ kotlin { } dependencies { + implementation libs.androidx.core.ktx androidTestImplementation platform(libs.androidx.compose.bom) androidTestImplementation libs.androidx.runner androidTestImplementation libs.androidx.junit