From 3b483bd7fc0a3ba6b37a14f0fb656dd8e8bd73f7 Mon Sep 17 00:00:00 2001 From: Daniel Kopp Date: Mon, 11 Nov 2019 15:44:39 +0100 Subject: [PATCH] Add more information about kotlin --- radar/2019-11-01/kotlin.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/radar/2019-11-01/kotlin.md b/radar/2019-11-01/kotlin.md index 85bb1af..fde0c40 100644 --- a/radar/2019-11-01/kotlin.md +++ b/radar/2019-11-01/kotlin.md @@ -7,4 +7,10 @@ quadrant: languages-and-frameworks Kotlin is used successfully in production by multiple teams. -Due to its explicit type system, this language is a great replacement for Groovy or Gradle. \ No newline at end of file +Kotlin is 100% interoperable with Java. It means the code can live side-by-side in one code base and interact. +From the beginning it was designed with practical thought in mind. So the IDE Support in IntelliJ is really great. + +The Spring Framework Developer put a lot of effort that Springs play well together with Kotlin. + +With it's concise syntax, null safety, +Due to its explicit type system, this language is also great replacement for Groovy usage with Gradle.