to enable JetPack/AndroidX:
add android.useAndroidX=true to file gradle.properties

add dependency to required library (file build.gradle):
implementation 'androidx.core:core:1.7.0'