Hi everyone, I can use the plugin via `plugins`blo...
# gradle
e
Hi everyone, I can use the plugin via `plugins`block but in this case need to add another dependency to that plugin… how can I make the code below work using
plugins
block?
Copy code
buildscript {
    ...
    dependencies {
        classpath("org.springframework.cloud:spring-cloud-contract-gradle-plugin:2.2.0.M2")
        classpath("org.springframework.cloud:spring-cloud-contract-spec-kotlin:2.2.0.M2")
    }
}
t
are this plugins not available on Gradle plugin portal?