From de436b4eb9a346c0719d5be3cf235e9f9e4d502f Mon Sep 17 00:00:00 2001 From: dmitriyartanov Date: Wed, 6 Nov 2019 22:27:32 +0600 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74601d5a..32c4a226 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ ## WARNING: NoClassDefFoundError when using GraphQL Java Tools > 5.4.x -If you're using `graphl-java-tools` you need to set the `kotlin.version` in your Spring Boot project explicitly to +If you're using `graphql-java-tools` you need to set the `kotlin.version` in your Spring Boot project explicitly to version 1.3.10, because Spring Boot Starter parent currently overrides it with a 1.2.* version of Kotlin. `graphql-java-tools` requires 1.3.* however because of its coroutine support. If you don't override this version you will run into a `NoClassDefFoundError`.