In many android projects, I observed `kotin stdlib...
# android
r
In many android projects, I observed
kotin stdlib
dependency is added in the Gradle files. I also observed 
kotlin
 and 
kotlin-android
 plugin also adds it by default. I am assuming adding it manually can be avoided? Or is there a downside to it?
Copy code
org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}
r
Ahh makes sense. Thanks for the link.