rocketraman
11/28/2017, 10:32 PMresolutionStrategy
or is there a more elegant approach?michaelsims
11/29/2017, 3:03 PMdependencies
task to display them, you should see something like this: org.jetbrains.kotlin:kotlin-stdlib:1.1.3 -> 1.2.0
(example from one of my projects)rocketraman
11/29/2017, 7:27 PMkotlin-stdlib-jre7
is now kotlin-stdlib-jdk7
. I had to add explicit resolution and exclusion rules.michaelsims
11/29/2017, 7:31 PMrocketraman
11/29/2017, 8:09 PM