Skip to content

Commit 4518809

Browse files
committed
doc: fix kotlin config imports
1 parent e668631 commit 4518809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ gitVersioning.apply {
8383

8484
#### Kotlin DSL `build.gradle.kts`
8585
```kotlin
86-
import me.qoomon.gradle.gitversioning.GitVersioningPluginExtension.VersionDescription
87-
import me.qoomon.gradle.gitversioning.GitVersioningPluginExtension.CommitVersionDescription
86+
import me.qoomon.gradle.gitversioning.GitVersioningPluginConfig
87+
import me.qoomon.gradle.gitversioning.GitVersioningPluginConfig.*
8888

8989
//...
9090

@@ -284,6 +284,6 @@ fi
284284
```
285285
version = '0.0.0-SNAPSHOT'
286286
gitVersioning.apply {
287-
// see configuration documentatiomn below
287+
// see configuration documentatiomn above
288288
}
289289
```

0 commit comments

Comments
 (0)