https://kotlinlang.org logo
Title
j

Javier

07/23/2019, 9:43 PM
I am getting this warning at the top of screen. False positive? It is working and the app runs without issues.
This script caused build configuration to fail, run 'gradle tasks' for more information
e

eskatos

07/24/2019, 6:24 AM
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.
@eskatos maybe it is caused by 1.3.41?