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
voben
07/24/2019, 11:22 PM
Did you run
gradle tasks
? What’s the output?
j
Javier
07/26/2019, 1:39 PM
@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.