Skip to content

Commit 4786b75

Browse files
committed
Update README.md
1 parent cfa358a commit 4786b75

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,24 @@ Include the following in your `pom.xml` for Maven:
1414
```xml
1515

1616
<dependencies>
17-
1817
<dependency>
19-
2018
<groupId>com.github.javadev</groupId>
21-
2219
<artifactId>leetcode-in-kotlin</artifactId>
23-
2420
<version>1.1</version>
25-
2621
</dependency>
27-
2822
...
29-
3023
</dependencies>
31-
3224
```
3325

3426
Gradle:
3527

3628
```groovy
37-
3829
implementation 'com.github.javadev:leetcode-in-kotlin:1.1'
39-
4030
```
4131

4232
#### Tips and Tricks
4333

4434
* format code
45-
4635
* `gradlew spotlessKotlinApply`
47-
4836
* check formatting
49-
5037
* `gradlew spotlessKotlinCheck`

0 commit comments

Comments
 (0)