FunctionalKotlin / final-app

Other
33 stars 5 forks source link

Plugin [id: 'com.android.application'] was not found #1

Open davidbaena opened 5 years ago

davidbaena commented 5 years ago

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'

DDeveloperDeep commented 3 months ago

Anybody found the solution for the issue?