I want to add depencies of CordinatorLayout, when i add Its like Android Studio don't recognize the dependencies, and I dont't know if is question of a version and i have to actualize the app.implementation "androidx.coordinatorlayout:coordinatorlayout:1.1.0"
Thank for your support
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="toDoListToolBarIconAdapter">enter code here