<@U0X7KEUKX> this is not supported yet: <https://g...
# gradle
b
@adambl4 this is not supported yet: https://github.com/gradle/kotlin-dsl/issues/180 In the planned future, the
jsoup
dependency would be declared by the
foobar.gradle.kts
script plugin and it would be applied in
build.gradle
via the plugins DSL:
Copy code
plugins {
    script("foobar.gradle.kts")
}
That way all compile time and runtime dependencies can be tracked properly.