rkeazor
05/30/2021, 11:47 PMorg.jetbrains.kotlin. is explictly adding this lib still needed when updating to kotlin 1.5
LastExceed
05/31/2021, 10:14 AMorg.jetbrains.kotlin.
is not a lib, but if you meant org.jetbrains.kotlin:kotlin-stdlib
then no, because it now gets imported by the kotlin gradle plugin by default (since 1.4 i think)rkeazor
05/31/2021, 12:37 PM