You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a compile error when trying to compile the app:
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/bqdevteam/davidbaena/final-app/app/build.gradle.kts' line: 8
* What went wrong:
Plugin [id: 'com.android.application'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Gradle Central Plugin Repository (plugin dependency must include a version number for this source)
Add the following line in the settings.gradle: rootProject.buildFileName = 'build.gradle.kts'
The text was updated successfully, but these errors were encountered:
There is a compile error when trying to compile the app:
Add the following line in the settings.gradle:
rootProject.buildFileName = 'build.gradle.kts'
The text was updated successfully, but these errors were encountered: