после добавления
implementation'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
android студия не может синхронизировать c, и я получаю эту ошибку:
ОШИБКА: не удалось разрешить: ядро
ниже приведены все мои зависимости:
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.google.android.material:material:1.2.0-alpha05'
implementation 'com.android.volley:volley:1.1.1'
}
Я должен упомянуть, что, если я понижаю значение restinLayout до бета1, оно работает хорошо!