Bumblebee Android studio Plugin [id: ‘com.android.application’, version: ‘7.1.0’, apply: false] was not found in any of the following sources:

This happens to me with AS Bumblebee when I add a new module to my project. It adds these two lines to my project-level build.gradle in the plugins block: id ‘com.android.library’ version ‘7.1.1’ apply false id ‘org.jetbrains.kotlin.android’ version ‘1.6.10’ apply false I removed them to fix the error.