From 1fec23cb31119ee799527749214640a90e565bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksander=20Smywi=C5=84ski-Pohl?= Date: Thu, 7 Oct 2021 15:01:48 +0200 Subject: [PATCH] Provide sample versions for Kotlin and Spek. --- docs/setup-jvm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/setup-jvm.md b/docs/setup-jvm.md index 3151eac3f..8bd7c991f 100644 --- a/docs/setup-jvm.md +++ b/docs/setup-jvm.md @@ -6,6 +6,10 @@ Gradle `4.7` or higher is recommended as it added a built-in support for JUnit P Groovy config: ```groovy + +def kotlin_version = '1.4.20' +def spek_version = '2.0.17' + // setup dependencies dependencies { // some version of Kotlin