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 55f8fbb commit 7df4af3Copy full SHA for 7df4af3
Readme.md
@@ -64,16 +64,26 @@ world2
64
65
## Try it
66
67
+```
68
+plugins {
69
+ ...
70
+ id("com.bennyhuo.kotlin.trimindent") version "1.7.10.2"
71
+}
72
73
+
74
+For snapshot:
75
76
```
77
buildscript {
- dependencies {
- classpath("com.bennyhuo.kotlin:trimindent-gradle-plugin:1.7.10.0")
78
+ repositories {
79
80
+ maven("https://oss.sonatype.org/content/repositories/snapshots/")
81
}
82
83
84
plugins {
85
...
- id("com.bennyhuo.kotlin.trimindent")
86
+ id("com.bennyhuo.kotlin.trimindent") version "1.7.10.3-SNAPSHOT"
87
88
89
0 commit comments