kotlin-algorithm-club icon indicating copy to clipboard operation
kotlin-algorithm-club copied to clipboard

Feature/update kotlin version and migrate to gradle kotlin dsl

Open DavidRomao opened this issue 2 years ago • 1 comments

Hi, I've updated gradle to version 7.6.1 and kotlin to the most recent version 1.8.20. This required some small changes as some functions from kotlin-stdlib were renamed. I also introduced the kotlin-tests libraries which provide an abstraction over junit. With this change I also replaced junit4 with JUnit5.

DavidRomao avatar May 13 '23 23:05 DavidRomao

Mind also updating README.md to reference the actual version?

bmaslakov avatar May 14 '23 17:05 bmaslakov