https://kotlinlang.org logo
#android
Title
# android
r

ritesh

07/25/2021, 6:31 AM
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

ritesh

07/25/2021, 6:44 AM
Ahh makes sense. Thanks for the link.
3 Views