Slackbot
11/30/2022, 11:36 PMno
12/01/2022, 8:16 AMJorge Dominguez
12/01/2022, 2:05 PMcom.android.library
plugin in their build.gradle
file, however when I try to sync the project including that module in the build using includeBuild()
I get the following exception:
* Exception is:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.android.library'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (None of the included builds contain this plugin)
- Plugin Repositories (plugin dependency must include a version number for this source)
the second bullet doesn't really makes sense to me since the plugin is indeed part of the included build, but I'm not sure about the other two. Is this a common issue that I can resolve somehow?no
12/01/2022, 2:08 PMJorge Dominguez
12/01/2022, 2:09 PMno
12/01/2022, 2:10 PMno
12/01/2022, 2:11 PMJorge Dominguez
12/01/2022, 2:18 PMbuild.gradle.kts
fileJorge Dominguez
12/01/2022, 2:19 PMimplementation project(":some_module")
Jorge Dominguez
12/01/2022, 2:20 PMbuild.gradle
files are standar Groovy, but the settings.gradle.kts
is, well, a KTS fileno
12/01/2022, 3:44 PMJorge Dominguez
12/01/2022, 3:56 PMbuild.gradle
file should have? I'm using some custom Gradle scripts using apply from: "/script_path"
but I don't see how that could be an issueJorge Dominguez
12/01/2022, 5:35 PMbuild.gradle
file neither a settings.gradle
file. My problem can be solved using simple dependency substitution without any composite buildsno
12/01/2022, 5:40 PM