We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330bc28 commit b3cd8cfCopy full SHA for b3cd8cf
android/shared/build.gradle.kts
@@ -83,6 +83,9 @@ kotlin {
83
implementation(project(":pebblekit_android"))
84
implementation(project(":speex_codec"))
85
}
86
+ androidUnitTest.dependencies {
87
+ implementation(libs.junit)
88
+ }
89
commonTest.dependencies {
90
implementation(kotlin("test"))
91
implementation(libs.ktor.client.mock)
android/app/src/test/java/io/rebble/cobble/middleware/PebbleDictionaryConverterTest.kt renamed to android/shared/src/androidUnitTest/kotlin/io/rebble/cobble/middleware/PebbleDictionaryConverterTest.kt
0 commit comments