Skip to content

Commit 111ae43

Browse files
authored
Merge pull request #344 from WhosNickDoglio/ndoglio/apptest
Expose pebblekit_android as an API dependency for the shared module
2 parents d1db367 + 9bec00a commit 111ae43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ kotlin {
7777
implementation(libs.timber)
7878
implementation(libs.rrule)
7979
implementation(libs.androidx.security.crypto.ktx)
80-
implementation(project(":pebblekit_android"))
80+
api(project(":pebblekit_android"))
8181
implementation(project(":speex_codec"))
8282
}
8383
commonTest.dependencies {

0 commit comments

Comments
 (0)