Я начал получать это сообщение, когда создаю свой проект < /p> [code]> Could not find com.arthenica:ffmpeg-kit-full:6.0-2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/arthenica/ffmpeg-kit-full/6.0-2/ffmpeg-kit-full-6.0-2.pom - https://repo.maven.apache.org/maven2/com/arthenica/ffmpeg-kit-full/6.0-2/ffmpeg-kit-full-6.0-2.pom - https://jcenter.bintray.com/com/arthenica/ffmpeg-kit-full/6.0-2/ffmpeg-kit-full-6.0-2.pom - https://jitpack.io/com/arthenica/ffmpeg-kit-full/6.0-2/ffmpeg-kit-full-6.0-2.pom - https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1/com/arthenica/ffmpeg-kit-full/6.0-2/ffmpeg-kit-full-6.0-2.pom - https://oss.sonatype.org/content/repositories/snapshots/com/arthenica/ffmpeg-kit-full/6.0-2/ffmpeg-kit-full-6.0-2.pom Required by: project :presentation > project :domain < /code> Это репозитории проекта < /p> allprojects { repositories { google() mavenCentral() jcenter() maven { url 'https://jitpack.io' } maven { url "https://oss.sonatype.org/content/repositories/snapshots" } } } < /code> И это зависимость, которую я добавляю < /p> implementation(libs.arthenica.ffmpeg.full) < /code> Это мой libs.version.toml < /p> ffmpeg = "6.0-2" arthenica-ffmpeg-full = { group = "com.arthenica", name = "ffmpeg-kit-full", version.ref = "ffmpeg" } [/code] afaics на странице Github проекта, он больше не будет поддерживаться