bamboo
08/01/2017, 12:23 PMjsoup dependency would be declared by the foobar.gradle.kts script plugin and it would be applied in build.gradle via the plugins DSL:
plugins {
script("foobar.gradle.kts")
}
That way all compile time and runtime dependencies can be tracked properly.