Slackbot
05/17/2022, 1:26 PMChris Lee
05/17/2022, 1:30 PMMatt Langreder
05/17/2022, 1:31 PM[versions]
kotlin = { strictly = "[1.6.0, 1.6.10, 1.6.20, 1.6.21[", prefer="1.6.21" }
[libraries]
kotlin-std-lib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" }
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'Venmo Platform'.
> Could not resolve all files for configuration ':classpath'.
> Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:[1.6.0, 1.6.10, 1.6.20, 1.6.21[.
Required by:
project :
> Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:[1.6.0, 1.6.10, 1.6.20, 1.6.21[.
Thomas Broyer
05/17/2022, 1:34 PM[1.6.0, 1.6.10, 1.6.20, 1.6.21[
is not a valid notation: a range can only give a lower and upper bound.Matt Langreder
05/17/2022, 1:34 PMThomas Broyer
05/17/2022, 1:34 PMThomas Broyer
05/17/2022, 1:35 PMChris Lee
05/17/2022, 1:37 PM[1.6.0,1.7[
(optionally with a preference for 1.6.21).Matt Langreder
05/17/2022, 1:38 PM