Kobalt 1.0.x syntax
This commit is contained in:
parent
53e80b18e7
commit
a4a3b24a7b
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ To use the plug-in include the following in your `Build.kt` file:
|
||||||
```kotlin
|
```kotlin
|
||||||
import net.thauvin.erik.kobalt.plugin.exec.*
|
import net.thauvin.erik.kobalt.plugin.exec.*
|
||||||
|
|
||||||
val pl = plugins("net.thauvin.erik:kobalt-exc:")
|
val bs = buildScript {
|
||||||
|
plugins("net.thauvin.erik:kobalt-exc:")
|
||||||
|
}
|
||||||
|
|
||||||
val p = project {
|
val p = project {
|
||||||
name = "example"
|
name = "example"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue