I am getting this warning at the top of screen. Fa...
# gradle
j
I am getting this warning at the top of screen. False positive? It is working and the app runs without issues.
Copy code
This script caused build configuration to fail, run 'gradle tasks' for more information
e
You might want to take a look at the IDE script dependencies resolution logs, see https://docs.gradle.org/current/userguide/kotlin_dsl.html#troubleshooting There might be subtle differences between the IDE context and the plain Gradle context. One that bit some before is the JVM working directory that isn’t the build root dir.
v
Did you run
gradle tasks
? What’s the output?
j
@voben I got this. The warning is only appearing in files that I am using later to "apply from". If I change "implementation" to implementation, the warning is gone, but later it doesn't work with apply from.
@eskatos maybe it is caused by 1.3.41?