Skip to content

Commit

Permalink
Merge pull request #127 from usefulness/mateuszkwiecinski-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Nov 4, 2023
2 parents 4474414 + ba0d036 commit 0a0b367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gradle wrapper for [pinterest/ktlint](https://github.com/pinterest/ktlint)

### Installation

Available on the:
Available on:

- [Gradle Plugin Portal](https://plugins.gradle.org/plugin/io.github.usefulness.ktlint-gradle-plugin)
- [Maven Central](https://mvnrepository.com/artifact/io.github.usefulness/ktlint-gradle-plugin)
Expand All @@ -25,7 +25,7 @@ plugins {

| plugin version | min gradle version | min ktlint version |
|----------------|--------------------|--------------------|
| 0.6.2+ | 8.0 | 1.0.0 |
| 0.7.0+ | 8.0 | 1.0.0 |
| 0.5.0+ | 7.6 | 1.0.0 |
| 0.4.0+ | 7.6 | 0.50.0 |
| 0.3.0+ | 7.6 | 0.49.0 |
Expand Down Expand Up @@ -121,7 +121,7 @@ dependencies {
ktlintRuleSet(files("libs/my-custom-ktlint-rules.jar"))
ktlintRuleSet(project(":ktlint-custom-rules"))
ktlintRuleSet("org.other.ktlint:custom-rules:1.0")
ktlintRuleSet("io.nlopez.compose.rules:ktlint:0.1.12")
ktlintRuleSet("io.nlopez.compose.rules:ktlint:0.3.3")
}
```

Expand Down

0 comments on commit 0a0b367

Please sign in to comment.