From fca5c01b0a608404fc538c3bbf6ce2f0f259b752 Mon Sep 17 00:00:00 2001 From: Paul Draper Date: Thu, 27 Apr 2017 17:56:49 -0600 Subject: [PATCH] Document how to disable version check --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df366ac..b2110ac 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Current version 1.0.7 `kotlinVersion` plugin * `kotlincOptions`: options to pass to the kotlin compiler +* `updateCheck in Kotlin := ()` in the root project disables the check version + for the latest version of this plugin ### Examples