Skip to content

Commit

Permalink
compose-ui dependency from impl to compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
beradeep committed Oct 28, 2024
1 parent 591e5da commit 9d88947
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion posthog-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,11 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-process:${PosthogBuildConfig.Dependencies.LIFECYCLE}")
implementation("androidx.lifecycle:lifecycle-common-java8:${PosthogBuildConfig.Dependencies.LIFECYCLE}")
implementation("androidx.core:core:${PosthogBuildConfig.Dependencies.ANDROIDX_CORE}")
implementation("androidx.compose.ui:ui:${PosthogBuildConfig.Dependencies.ANDROIDX_COMPOSE}")
implementation("com.squareup.curtains:curtains:${PosthogBuildConfig.Dependencies.CURTAINS}")

// compile only
compileOnly("androidx.compose.ui:ui:${PosthogBuildConfig.Dependencies.ANDROIDX_COMPOSE}")

// compatibility
signature("org.codehaus.mojo.signature:java18:${PosthogBuildConfig.Plugins.SIGNATURE_JAVA18}@signature")
signature(
Expand Down

0 comments on commit 9d88947

Please sign in to comment.