Android Studio Lint for latest version of Dependencies from gradle kotlin files

Viewed 16

My project's gradle files are converted to kotlin(kts), is there a config inside Android studio where you can retain the lint/warning/suggestion when you have an outdated dependency?. Considering the image below, are there any settings so the referenced dependencies can be tracked by android studio when it needs an updated version?

enter image description here

Thank you in advance.

0 Answers
Related