Release 0.4.2
Release highlights
Diktat is now built with Kotlin IR. We now have automatic fix to convert string concatenation into a template. Custom source directory naes can be configured in yaml file, this will help multiplatform projects with complex directory structure.
New features
- 517e3d6 Wrapper in kts file (#735)
- c80bc50 Allow custom source directories (#778)
- 5ee8d64 Check that newline is not placed before a colon (#720)
- fbb6a20 String concatenation: automatic code fixes (#208)
Bugfixes
- 83b9f1a Kdoc order (#770)
- 1291bd7 Bugfix. Indentation inside string templates (#765)
- 4860902 Bugfix. diktat-gradle-plugin shouldn't log warning about reporter type (#779)
- 8891a13 Bugfix. Bug in autofix in string templates (#780)
- 386ae91 Fix NPE in NewLineRule (#792)