Skip to content

Kotlin DSL Support #184

Closed
Closed
@scottroemeschke

Description

@scottroemeschke

Are there plans to officially support the Kotlin Gradle DSL now that it is 1.0?

https://blog.gradle.org/gradle-kotlin-dsl-release-candidate

instead of having to write code like:

publish(delegateClosureOf<PublisherConfig> {
    repository(delegateClosureOf<GroovyObject> {
      setProperty("repoKey", "libs-release-local")
      setProperty("username", ArtifactoryCredentials.getCredentials(properties))
      setProperty("password", ArtifactoryCredentials.getCredentials(properties))
      setProperty("maven", true)
    })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions