diff --git a/README.md b/README.md index b9fc282..6e80acb 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,18 @@ task integrationTest(type: Test) { ``` +If you're using Gradle with Kotlin (build.gradle.kts), use can enable and use the plugin like this: + +```kotlin +plugins { + id("com.sourcemuse.mongo") version "2.0.0" +} +// ... +tasks.withType { + extra.set("runWithMongoDb", true) +} +``` + ### Configuration ### Configure your Mongo instances inside a ```mongo``` block: