We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa358a commit 4786b75Copy full SHA for 4786b75
README.md
@@ -14,37 +14,24 @@ Include the following in your `pom.xml` for Maven:
14
```xml
15
16
<dependencies>
17
-
18
<dependency>
19
20
<groupId>com.github.javadev</groupId>
21
22
<artifactId>leetcode-in-kotlin</artifactId>
23
24
<version>1.1</version>
25
26
</dependency>
27
28
...
29
30
</dependencies>
31
32
```
33
34
Gradle:
35
36
```groovy
37
38
implementation 'com.github.javadev:leetcode-in-kotlin:1.1'
39
40
41
42
#### Tips and Tricks
43
44
* format code
45
46
* `gradlew spotlessKotlinApply`
47
48
* check formatting
49
50
* `gradlew spotlessKotlinCheck`
0 commit comments