Cajon is written in Kotlin 1.4.

This commit is contained in:
Chris Hodges 2020-10-02 23:14:23 +02:00
parent 47dcc7ec5e
commit 146465328c

View File

@ -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.