with the new `PublishingOptions` , is it still nec...
# android
j
with the new
PublishingOptions
, is it still necessary to use the next configuration?
Copy code
publishing {
  publications {
    create<MavenPublication>("release") {
      from(component["release"])
    }
  }
}