Sometimes I wished there was a more succinct way t...
# community-support
k
Sometimes I wished there was a more succinct way to do something like
Copy code
buildscript {
  dependencies {
    classpath(platform("..."))
  }
}
I can imagine some enterprise use cases where where that, or
enforcedPlatform
, would be required.