Kobalt 1.0.x syntax

This commit is contained in:
Erik C. Thauvin 2017-03-06 14:14:05 -08:00
parent 53e80b18e7
commit a4a3b24a7b

View file

@ -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"