Skip to content

Commit 9bec00a

Browse files
Expose pebblekit_android as an API dependency for the shared module
Trying to run `./gradlew app:test` would fail with a compilation issue pointing to not being able to access a class in the pebblekit_android module.
1 parent 0c1ffdb commit 9bec00a

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)