Slackbot
05/19/2022, 11:07 AMJavi
05/19/2022, 11:12 AM'val Project.libs: LibrariesForLibs' can't be called in this context by implicit receiver. Use the explicit one if necessary
Daniele Segato
05/19/2022, 11:12 AMDaniele Segato
05/19/2022, 11:12 AMDaniele Segato
05/19/2022, 11:14 AMDaniele Segato
05/19/2022, 11:14 AMAndroid Studio Electric Eel | 2022.1.1 Canary 2
Build #AI-213.7172.25.2211.8571212, built on May 11, 2022
Runtime version: 11.0.13+0-b1751.21-8125866 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.15.0-27-generic
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Registry:
external.system.auto.import.disabled=true
ide.text.editor.with.preview.show.floating.toolbar=false
Non-Bundled Plugins:
idea.plugin.protoeditor (213.6461.28)
Dart (213.7371)
com.thoughtworks.gauge (213.5744.125)
io.flutter (67.1.3)
Current Desktop: ubuntu:GNOME
Daniele Segato
05/19/2022, 11:14 AMJavi
05/19/2022, 11:15 AM./gradlew assembleDebug
for example and check if everything is workingDaniele Segato
05/19/2022, 11:17 AMJavi
05/19/2022, 11:19 AMDaniele Segato
05/19/2022, 11:22 AMDaniele Segato
05/19/2022, 11:23 AMDaniele Segato
05/19/2022, 11:25 AMephemient
05/19/2022, 11:28 AMDaniele Segato
05/19/2022, 11:30 AMdependencies
section, the issue is in the plugins
one.
and I'm not OK ignoring IDE error, I'd like to either Suppress it or wait for the bugfixephemient
05/19/2022, 11:33 AMephemient
05/19/2022, 11:34 AMDaniele Segato
05/19/2022, 11:37 AM@Suppress("DSL_SCOPE_VIOLATION")
plugins {
// ...
}
Thanks everyone.
I care because when there's an error people look at it.
An error has to be fixed, and if it is a false positive the correct fix is a suppression with comment explaining why it has been suppressedDaniele Segato
05/19/2022, 11:38 AMalias
)ephemient
05/19/2022, 11:39 AMDaniele Segato
05/19/2022, 11:39 AMDaniele Segato
05/19/2022, 11:42 AMExample 10. Using a plugin declared in a catalogI see, I was looking for it but missed it.
ephemient
05/19/2022, 11:52 AMVampire
05/19/2022, 11:52 AMgradleI can fullheartedly disagree here. Gradle has amazingly good documentation. Especially compared to many other tools. Imho the documentation of course has potential for improvement as anything, but all-in-all I quite like it. If you have specific improvements in mind, open issues or prs about it so the Gradle guys can consider it.iswould be great if the documentation was better
Daniele Segato
05/19/2022, 11:57 AMVampire
05/19/2022, 12:01 PMDaniele Segato
05/19/2022, 1:02 PMDaniele Segato
05/19/2022, 3:53 PMGradle is a flexible and powerful build tool that can easily feel intimidating when you first start.this wasn't there before, but it surely describe my first approach to it 🙂
Daniele Segato
05/19/2022, 3:57 PM