Failed to resolve: androidx.lifecycle:lifecycle-viewmodel-ktx:1.1.1
I'm trying to use the new Navigation Architecture Component for android and I'm getting the error Failed to resolve: androidx.lifecycle:lifecycle-viewmodel-ktx:1.1.1 when I'm defining the lifecycle_version to "1.1.1" I'm basically just copying and pasting what is in the documentation so I'm running out of ideas of what is wrong in here :( apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' android { compileSdkVersion 26 defaultConfig { applicationId "com.mobile.codgin.newnavigation" minSdkVersion 21