Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Add some examples with the Kotlin DSL #29

Open
juherr opened this issue Jun 27, 2021 · 0 comments
Open

Documentation: Add some examples with the Kotlin DSL #29

juherr opened this issue Jun 27, 2021 · 0 comments

Comments

@juherr
Copy link

juherr commented Jun 27, 2021

Currently, all samples from https://github.com/autostyle/autostyle/tree/master/plugin-gradle are using the Groovy DSL.
Adding some examples with the Kotlin DSL could help Gradle newbies like me to save time.

For example:

configure<AutostyleExtension> {
    val ktlintVersion = "0.41.0"
    kotlin {
        ktlint(ktlintVersion)
        trimTrailingWhitespace()
        endWithNewline()
    }
    kotlinGradle {
        ktlint(ktlintVersion)
        trimTrailingWhitespace()
        endWithNewline()
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant