Execution failed for task ':app:dataBindingMergeDependencyArtifactsProductionGooglePlayStoreDebug'.
> Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugCompileClasspath'.
> Could not find studio.forface.easygradle:dsl-android:3.0.4.
Required by:
project :app
Execution failed for task ':app:mergeProductionGooglePlayStoreDebugResources'. > Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'.
> Could not find studio.forface.easygradle:dsl-android:3.0.4.
Execution failed for task ':app:checkProductionGooglePlayStoreDebugAarMetadata'. > Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'.
> Could not find studio.forface.easygradle:dsl-android:3.0.4.
Execution failed for task ':app:mapProductionGooglePlayStoreDebugSourceSetPaths'.> Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'.
> Could not find studio.forface.easygradle:dsl-android:3.0.4.
Execution failed for task ':app:processProductionGooglePlayStoreDebugMainManifest'. > Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'.
> Could not find studio.forface.easygradle:dsl-android:3.0.4.
Я настроил builds.gradle, но это не помогает мне
build.gradle (app)
У меня есть ошибки при создании проекта для Android: < /p> [code]Execution failed for task ':app:dataBindingMergeDependencyArtifactsProductionGooglePlayStoreDebug'. > Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugCompileClasspath'. > Could not find studio.forface.easygradle:dsl-android:3.0.4. Required by: project :app
Execution failed for task ':app:mergeProductionGooglePlayStoreDebugResources'. > Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'. > Could not find studio.forface.easygradle:dsl-android:3.0.4.
Execution failed for task ':app:checkProductionGooglePlayStoreDebugAarMetadata'. > Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'. > Could not find studio.forface.easygradle:dsl-android:3.0.4.
Execution failed for task ':app:mapProductionGooglePlayStoreDebugSourceSetPaths'.> Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'. > Could not find studio.forface.easygradle:dsl-android:3.0.4.
Execution failed for task ':app:processProductionGooglePlayStoreDebugMainManifest'. > Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'. > Could not find studio.forface.easygradle:dsl-android:3.0.4. [/code] Я настроил builds.gradle, но это не помогает мне build.gradle (app) [code]dependencies { implementation 'studio.forface.easygradle:dsl-android:3.0.4' }[/code] build.gradle [code]allprojects { repositories { google() jcenter() maven {url "https://mvnrepository.com/artifact/studio.forface.easygradle/dsl-android"} } }