How do you use the `apply from` syntax in a `build...
# multiplatform
y
How do you use the
apply from
syntax in a
build.gradle
file using the new multiplatform plugin? I’m getting an error on this line:
apply from: '../../../gradle/jacoco.gradle'
k
That looks correct, syntax wise. I'd double check the path
And/or post the error