Skip to content

Instantly share code, notes, and snippets.

@elect86
Created December 10, 2018 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elect86/05b0b94bed62eee5c8529556708a4677 to your computer and use it in GitHub Desktop.
Save elect86/05b0b94bed62eee5c8529556708a4677 to your computer and use it in GitHub Desktop.
PS C:\Users\gbarbieri\IdeaProjects\glm\glm> gradle -q dependencyInsight --dependency kotlin-stdlib --configuration testC
ompileClasspath
org.jetbrains.kotlin:kotlin-stdlib:1.3.11 (conflict resolution)
variant "default+runtime" [
org.gradle.status = release (not requested)
Requested attributes not found in the selected variant:
org.gradle.usage = java-api
org.jetbrains.kotlin.platform.type = jvm
]
+--- testCompileClasspath
+--- com.github.kotlin-graphics:kool:8d4292e2e2091ab7dfab7bbb66c4775229168df7
| \--- testCompileClasspath
+--- com.github.kotlin-graphics:kotlin-unsigned:6ba3af41713dba2d271043311ae947b8a41a42a3
| \--- testCompileClasspath
\--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.11
+--- testCompileClasspath
\--- io.arrow-kt:arrow-core:0.7.1
\--- io.kotlintest:kotlintest-runner-jvm:3.1.11
\--- io.kotlintest:kotlintest-runner-junit5:3.1.11
\--- testCompileClasspath
org.jetbrains.kotlin:kotlin-stdlib:1.2.31 -> 1.3.11
variant "default+runtime" [
org.gradle.status = release (not requested)
Requested attributes not found in the selected variant:
org.gradle.usage = java-api
org.jetbrains.kotlin.platform.type = jvm
]
\--- io.arrow-kt:arrow-annotations:0.7.1
\--- io.arrow-kt:arrow-core:0.7.1
\--- io.kotlintest:kotlintest-runner-jvm:3.1.11
\--- io.kotlintest:kotlintest-runner-junit5:3.1.11
\--- testCompileClasspath
org.jetbrains.kotlin:kotlin-stdlib:1.2.50 -> 1.3.11
variant "default+runtime" [
org.gradle.status = release (not requested)
Requested attributes not found in the selected variant:
org.gradle.usage = java-api
org.jetbrains.kotlin.platform.type = jvm
]
+--- io.kotlintest:kotlintest-assertions:3.1.11
| \--- io.kotlintest:kotlintest-runner-junit5:3.1.11
| \--- testCompileClasspath
+--- io.kotlintest:kotlintest-core:3.1.11
| +--- io.kotlintest:kotlintest-runner-junit5:3.1.11 (*)
| \--- io.kotlintest:kotlintest-runner-jvm:3.1.11
| \--- io.kotlintest:kotlintest-runner-junit5:3.1.11 (*)
+--- io.kotlintest:kotlintest-runner-junit5:3.1.11 (*)
+--- io.kotlintest:kotlintest-runner-jvm:3.1.11 (*)
\--- org.jetbrains.kotlin:kotlin-reflect:1.2.50
+--- io.kotlintest:kotlintest-core:3.1.11 (*)
\--- io.kotlintest:kotlintest-assertions:3.1.11 (*)
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.11
variant "runtime" [
org.gradle.status = release (not requested)
Requested attributes not found in the selected variant:
org.gradle.usage = java-api
org.jetbrains.kotlin.platform.type = jvm
]
\--- org.jetbrains.kotlin:kotlin-stdlib:1.3.11
+--- testCompileClasspath
+--- com.github.kotlin-graphics:kotlin-unsigned:6ba3af41713dba2d271043311ae947b8a41a42a3
| \--- testCompileClasspath
+--- com.github.kotlin-graphics:kool:8d4292e2e2091ab7dfab7bbb66c4775229168df7
| \--- testCompileClasspath
+--- io.kotlintest:kotlintest-runner-junit5:3.1.11
| \--- testCompileClasspath
+--- io.kotlintest:kotlintest-runner-jvm:3.1.11
| \--- io.kotlintest:kotlintest-runner-junit5:3.1.11 (*)
+--- io.kotlintest:kotlintest-core:3.1.11
| +--- io.kotlintest:kotlintest-runner-junit5:3.1.11 (*)
| \--- io.kotlintest:kotlintest-runner-jvm:3.1.11 (*)
+--- io.kotlintest:kotlintest-assertions:3.1.11
| \--- io.kotlintest:kotlintest-runner-junit5:3.1.11 (*)
+--- org.jetbrains.kotlin:kotlin-reflect:1.2.50
| +--- io.kotlintest:kotlintest-core:3.1.11 (*)
| \--- io.kotlintest:kotlintest-assertions:3.1.11 (*)
+--- io.arrow-kt:arrow-annotations:0.7.1
| \--- io.arrow-kt:arrow-core:0.7.1
| \--- io.kotlintest:kotlintest-runner-jvm:3.1.11 (*)
\--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.11
+--- testCompileClasspath
\--- io.arrow-kt:arrow-core:0.7.1 (*)
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.11 (via constraint)
variant "runtime+default" [
org.gradle.status = release (not requested)
Requested attributes not found in the selected variant:
org.gradle.usage = java-api
org.jetbrains.kotlin.platform.type = jvm
]
\--- testCompileClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.31 -> 1.3.11
variant "runtime+default" [
org.gradle.status = release (not requested)
Requested attributes not found in the selected variant:
org.gradle.usage = java-api
org.jetbrains.kotlin.platform.type = jvm
]
\--- io.arrow-kt:arrow-core:0.7.1
\--- io.kotlintest:kotlintest-runner-jvm:3.1.11
\--- io.kotlintest:kotlintest-runner-junit5:3.1.11
\--- testCompileClasspath
(*) - dependencies omitted (listed previously)
A web-based, searchable dependency report is available by adding the --scan option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment