diff --git a/piano-dispatcher/build.gradle b/piano-dispatcher/build.gradle index 3a63f74..e7f6401 100644 --- a/piano-dispatcher/build.gradle +++ b/piano-dispatcher/build.gradle @@ -52,6 +52,11 @@ dependencies { compileOnly 'io.piano:analytics:3.2.0' // Legacy Piano SDK compileOnly 'io.piano.android:analytics:3.3.5' // New Piano SDK + // Make piano's dependencies accessible in tests + configurations { + testImplementation.extendsFrom compileOnly + } + testImplementation 'junit:junit:4.13.2' testImplementation 'androidx.test.ext:junit:1.1.5' testImplementation 'org.mockito:mockito-core:5.7.0'