I keep getting this error in Android Studio Electric Eel
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
}
I've tried using the answers these two posts but nothing works maybe because those posts are older and they were using older versions of Android Studio https://stackoverflow.com/questions/73099487/plugin-id-com-android-application-version-7-2-0-apply-false-was-not-f https://stackoverflow.com/questions/71427323/gradle-sync-failed-plugin-id-com-android-application-version-7-1-2-app
I also reinstalled Android Studio and it still didn't work.