From 146465328cf995ab3a0f8836f605985d54330005 Mon Sep 17 00:00:00 2001 From: chrisly42 Date: Fri, 2 Oct 2020 23:14:23 +0200 Subject: [PATCH] Cajon is written in Kotlin 1.4. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29ba179..3a725b7 100644 --- a/README.md +++ b/README.md @@ -798,7 +798,7 @@ You can toggle the various inspections in the Settings/Editor/Inspections in the ## Development notice -Cajon is written in Kotlin 1.3. +Cajon is written in Kotlin 1.4. Cajon is probably the only plugin that uses JUnit 5 Jupiter for unit testing so far (or at least the only one I'm aware of ;) ). The IntelliJ framework actually uses the JUnit 3 TestCase for plugin testing, and it took me quite a while to make it work with JUnit 5.