Skip to content

Commit b3cd8cf

Browse files
committed
Move PebbleDictionaryConverterTest
1 parent 330bc28 commit b3cd8cf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

android/shared/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ kotlin {
8383
implementation(project(":pebblekit_android"))
8484
implementation(project(":speex_codec"))
8585
}
86+
androidUnitTest.dependencies {
87+
implementation(libs.junit)
88+
}
8689
commonTest.dependencies {
8790
implementation(kotlin("test"))
8891
implementation(libs.ktor.client.mock)

0 commit comments

Comments
 (0)