Yes, stdlib is required. Probably some of your dep...
# android
g
Yes, stdlib is required. Probably some of your dependencies use stdlib and you see this transitive dependency. You can check it using
./gradlew :app:dependencies
👌 2
s
thanks! will check now