atara
08/29/2020, 7:41 AMkotest-runner-console-jvm
.
What will be your recommendation? Should we use 4.1.3 for all the kotest repositories ? Currently we use 4.1.0 for all of them. Thank youmateusz.kwiecinski
08/29/2020, 7:55 AMconsole
artifact has gone away completely.
What do you need console-jvm
dependency for?atara
08/29/2020, 7:59 AMatara
08/29/2020, 8:08 AMatara
08/29/2020, 8:09 AMmateusz.kwiecinski
08/29/2020, 8:10 AMatara
08/29/2020, 8:11 AMmvn clean verify
. But let me first solve this plugin thing.atara
08/29/2020, 8:16 AMjava.lang.NoSuchMethodError: kotlin.collections.CollectionsKt.maxOrNull
mateusz.kwiecinski
08/29/2020, 8:18 AMmaxOrNull
was introduced in Kotlin 1.4.0 so the error message suggest you’re using older version which kotest 4.2.2 does not support anymore 🤷
Solution: Upgrade Kotlin to 1.4.0atara
08/29/2020, 9:33 AMsam
08/29/2020, 1:42 PMsam
08/29/2020, 1:43 PMsam
08/29/2020, 1:43 PMsam
08/29/2020, 1:44 PM