Could not find ru.egslava:MaskedEditText:1.0.5

Не хочет имплементиться библиотека

plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-kapt'

}

android { compileSdkVersion 31

defaultConfig {
    applicationId "com.myprojects.registrationapp"
    minSdkVersion 21
    targetSdkVersion 30
    versionCode 1
    versionName "1.0"

    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
    }
}
compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
    jvmTarget = '1.8'
}

}

dependencies {

implementation 'androidx.room:room-runtime:2.3.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
kapt 'androidx.room:room-compiler:2.3.0'
implementation 'androidx.room:room-ktx:2.3.0'
implementation 'androidx.room:room-rxjava2:2.3.0'
kapt 'androidx.lifecycle:lifecycle-compiler:2.4.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0'
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.4.0"
implementation "androidx.lifecycle:lifecycle-common-java8:2.4.0"
implementation "androidx.appcompat:appcompat:1.4.0"
implementation "androidx.activity:activity-ktx:1.4.0"
implementation 'com.jakewharton.rxbinding4:rxbinding-material:4.0.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2-native-mt'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2-native-mt'

implementation 'ru.egslava:MaskedEditText:1.0.5'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.jakewharton.rxbinding2:rxbinding:2.0.0'
implementation 'com.android.support.constraint:constraint-layout:2.0.4'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-moshi:2.9.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.github.bumptech.glide:glide:4.12.0'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

}

ошибка Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find ru.egslava:MaskedEditText:1.0.5. Searched in the following locations: - https://dl.google.com/dl/android/maven2/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom - https://repo.maven.apache.org/maven2/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom Required by: project :app Помагите!


Ответы (0 шт):