From 45056a042222732a412f81e0d079ad0cc6bd012a Mon Sep 17 00:00:00 2001 From: David Podhola Date: Mon, 14 Jan 2019 16:19:49 +0100 Subject: [PATCH] Update README.md Thanks a lot, I need to have Java 11 installed by default so I tried and I think Java 8 is required on this sample. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 52d0a1c..08174cf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ New languages often struggle to gain adoption early on because they're missing t In this Quick Lab you'll clone a Kotlin RESTful service sample that includes an example Kotlin test and maven build configuration. You'll see how the service is implemented, tested and built and then build and try the service out. +### Prerequisites + +Java 8 is required. + ### Getting started Clone the Kotlin sample repository: