WukongRework.exe
01/31/2021, 6:38 AMimplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
when kotlin_version = 1.4.0 build succeeds but when kotlin_version is 1.4.20 it fails, i am using kotlin jvm plugin version 1.4.20. Any help would be appreciated!mbonnin
01/31/2021, 9:09 AMWukongRework.exe
01/31/2021, 9:47 AMWukongRework.exe
01/31/2021, 9:47 AMmbonnin
01/31/2021, 10:12 AMgammax
01/31/2021, 12:32 PMkotlin("jvm")
gradle plugin, an explicit dependency on the stdlib
is not needed anymore (it will be added automatically) since 1.4.x. More here https://kotlinlang.org/docs/whatsnew14.html#specifying-dependencies-only-onceWukongRework.exe
01/31/2021, 7:47 PMWukongRework.exe
01/31/2021, 7:48 PMWukongRework.exe
01/31/2021, 7:49 PMWukongRework.exe
02/01/2021, 12:27 AMWukongRework.exe
02/01/2021, 12:28 AMmbonnin
02/01/2021, 7:59 AM