Join Slack
Powered by
it seems in gradle 5.0 a implementation depenenden...
# gradle
c
christophsturm
12/13/2018, 9:04 AM
it seems in gradle 5.0 a implementation depenendency does not force the same version also in the test classpath, what do in need to do to have the same version in tests and production code?
a
aarjav
12/13/2018, 12:39 PM
Just curious, was it working differently in 4.x?
c
christophsturm
12/13/2018, 1:51 PM
good question. i just tried and the answer is yes
christophsturm
12/13/2018, 1:54 PM
https://discuss.gradle.org/t/why-do-transient-dependencies-of-my-test-libraries-downgrade-my-kotlin-library-depenendency
👌 2
christophsturm
12/13/2018, 2:56 PM
https://youtrack.jetbrains.com/issue/KT-28820
a
aarjav
12/13/2018, 11:11 PM
Good find. If behavior isn't changed then at least plugin docs should be updated
Open in Slack
Previous
Next