```org.jetbrains.kotlin. is explictly adding this ...
# gradle
r
Copy code
org.jetbrains.kotlin. is explictly adding this lib still needed when updating to kotlin 1.5
3
😆 1
l
org.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)
r
Lmfaoo , yea stdlib. sorry yall didn't know i typed the whole thing. thought so just wanted to make sure!