Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperion is leaking dependencies #142

Open
tir38 opened this issue Aug 14, 2018 · 0 comments
Open

Hyperion is leaking dependencies #142

tir38 opened this issue Aug 14, 2018 · 0 comments

Comments

@tir38
Copy link
Contributor

tir38 commented Aug 14, 2018

Not sure how this is happening since all this project's build.gradle files use implementation but I'm seeing hyperion's dependencies on compile classpath.

This is part of my app's build.gradle file:

  debugImplementation 'com.willowtreeapps.hyperion:hyperion-core:' + rootProject.hyperionVersion
    debugImplementation 'com.willowtreeapps.hyperion:hyperion-attr:' + rootProject.hyperionVersion
    debugImplementation 'com.willowtreeapps.hyperion:hyperion-measurement:' + rootProject.hyperionVersion
    debugImplementation 'com.willowtreeapps.hyperion:hyperion-timber:' + rootProject.hyperionVersion
    debugImplementation 'com.willowtreeapps.hyperion:hyperion-geiger-counter:' + rootProject.hyperionVersion
    debugImplementation 'com.willowtreeapps.hyperion:hyperion-shared-preferences:' + rootProject.hyperionVersion
    debugImplementation 'com.willowtreeapps.hyperion:hyperion-disk:' + rootProject.hyperionVersion
    debugImplementation 'com.willowtreeapps.hyperion:hyperion-recorder:' + rootProject.hyperionVersion

If I then run

$ ./gradlew app:dependencies --configuration debugCompileClasspath

I see this:

+--- com.willowtreeapps.hyperion:hyperion-core:0.9.23
|    +--- com.willowtreeapps.hyperion:hyperion-plugin:0.9.23
|    +--- com.android.support:appcompat-v7:27.1.0 -> 28.0.0-beta01
|    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    +--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    +--- com.android.support:collections:28.0.0-beta01 (*)
|    |    +--- com.android.support:cursoradapter:28.0.0-beta01
|    |    |    \--- com.android.support:support-annotations:28.0.0-beta01
|    |    +--- com.android.support:support-core-utils:28.0.0-beta01 (*)
|    |    +--- com.android.support:support-fragment:28.0.0-beta01
|    |    |    +--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    |    +--- com.android.support:support-core-ui:28.0.0-beta01
|    |    |    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    |    +--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    |    |    +--- com.android.support:support-core-utils:28.0.0-beta01 (*)
|    |    |    |    +--- com.android.support:customview:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    |    |    \--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    |    |    +--- com.android.support:viewpager:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    |    |    |    \--- com.android.support:customview:28.0.0-beta01 (*)
|    |    |    |    +--- com.android.support:coordinatorlayout:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    |    |    |    \--- com.android.support:customview:28.0.0-beta01 (*)
|    |    |    |    +--- com.android.support:drawerlayout:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    |    |    |    \--- com.android.support:customview:28.0.0-beta01 (*)
|    |    |    |    +--- com.android.support:slidingpanelayout:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    |    |    |    \--- com.android.support:customview:28.0.0-beta01 (*)
|    |    |    |    +--- com.android.support:interpolator:28.0.0-beta01
|    |    |    |    |    \--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    |    +--- com.android.support:swiperefreshlayout:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    |    |    |    \--- com.android.support:interpolator:28.0.0-beta01 (*)
|    |    |    |    +--- com.android.support:asynclayoutinflater:28.0.0-beta01
|    |    |    |    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    |    |    \--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    |    |    \--- com.android.support:cursoradapter:28.0.0-beta01 (*)
|    |    |    +--- com.android.support:support-core-utils:28.0.0-beta01 (*)
|    |    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    +--- com.android.support:loader:28.0.0-beta01 (*)
|    |    |    \--- android.arch.lifecycle:viewmodel:1.1.1 (*)
|    |    +--- com.android.support:support-vector-drawable:28.0.0-beta01
|    |    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    \--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    \--- com.android.support:animated-vector-drawable:28.0.0-beta01
|    |         +--- com.android.support:support-vector-drawable:28.0.0-beta01 (*)
|    |         \--- com.android.support:support-core-ui:28.0.0-beta01 (*)
|    +--- com.android.support:recyclerview-v7:27.1.0 -> 28.0.0-beta01
|    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    +--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    \--- com.android.support:support-core-ui:28.0.0-beta01 (*)
|    \--- com.google.dagger:dagger:2.15
|         \--- javax.inject:javax.inject:1
+--- com.willowtreeapps.hyperion:hyperion-attr:0.9.23
|    +--- com.android.support:appcompat-v7:27.1.0 -> 28.0.0-beta01 (*)
|    +--- com.android.support:design:27.1.0 -> 28.0.0-beta01
|    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    +--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    +--- com.android.support:support-core-ui:28.0.0-beta01 (*)
|    |    +--- com.android.support:support-core-utils:28.0.0-beta01 (*)
|    |    +--- com.android.support:support-fragment:28.0.0-beta01 (*)
|    |    +--- com.android.support:transition:28.0.0-beta01
|    |    |    +--- com.android.support:support-annotations:28.0.0-beta01
|    |    |    \--- com.android.support:support-compat:28.0.0-beta01 (*)
|    |    +--- com.android.support:appcompat-v7:28.0.0-beta01 (*)
|    |    +--- com.android.support:cardview-v7:28.0.0-beta01
|    |    |    \--- com.android.support:support-annotations:28.0.0-beta01
|    |    \--- com.android.support:recyclerview-v7:28.0.0-beta01 (*)
|    +--- com.android.support:recyclerview-v7:27.1.0 -> 28.0.0-beta01 (*)
|    +--- com.google.dagger:dagger:2.15 (*)
|    \--- com.willowtreeapps.hyperion:hyperion-plugin:0.9.23
+--- com.willowtreeapps.hyperion:hyperion-measurement:0.9.23
|    +--- com.android.support:appcompat-v7:27.1.0 -> 28.0.0-beta01 (*)
|    \--- com.willowtreeapps.hyperion:hyperion-plugin:0.9.23
+--- com.willowtreeapps.hyperion:hyperion-timber:0.9.23
|    +--- com.android.support:appcompat-v7:27.1.0 -> 28.0.0-beta01 (*)
|    +--- com.android.support:recyclerview-v7:27.1.0 -> 28.0.0-beta01 (*)
|    +--- com.android.support:design:27.1.0 -> 28.0.0-beta01 (*)
|    +--- com.jakewharton.timber:timber:4.7.0 -> 4.7.1
|    |    \--- org.jetbrains:annotations:16.0.1
|    +--- com.android.support.constraint:constraint-layout:1.0.2 -> 1.1.2
|    |    \--- com.android.support.constraint:constraint-layout-solver:1.1.2
|    \--- com.willowtreeapps.hyperion:hyperion-plugin:0.9.23
+--- com.willowtreeapps.hyperion:hyperion-geiger-counter:0.9.23
|    +--- com.android.support:appcompat-v7:27.1.0 -> 28.0.0-beta01 (*)
|    \--- com.willowtreeapps.hyperion:hyperion-plugin:0.9.23
+--- com.willowtreeapps.hyperion:hyperion-shared-preferences:0.9.23
|    +--- com.android.support:appcompat-v7:27.1.0 -> 28.0.0-beta01 (*)
|    +--- com.android.support:recyclerview-v7:27.1.0 -> 28.0.0-beta01 (*)
|    +--- com.android.support:design:27.1.0 -> 28.0.0-beta01 (*)
|    \--- com.willowtreeapps.hyperion:hyperion-plugin:0.9.23
+--- com.willowtreeapps.hyperion:hyperion-disk:0.9.23
|    +--- com.android.support:appcompat-v7:27.1.0 -> 28.0.0-beta01 (*)
|    +--- com.android.support:recyclerview-v7:27.1.0 -> 28.0.0-beta01 (*)
|    \--- com.willowtreeapps.hyperion:hyperion-plugin:0.9.23
+--- com.willowtreeapps.hyperion:hyperion-recorder:0.9.23
|    +--- com.android.support:appcompat-v7:27.1.0 -> 28.0.0-beta01 (*)
|    +--- com.android.support:recyclerview-v7:27.1.0 -> 28.0.0-beta01 (*)
|    \--- com.willowtreeapps.hyperion:hyperion-plugin:0.9.23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant