Adds Spring Kotlin compiler plugin to project build files:
Kotlin has classes and their members final by default, which makes it inconvenient to use frameworks
and libraries that require classes to be open.
The kotlin-spring compiler plugin adapts Kotlin to the requirements of the Spring framework and makes classes
annotated with a Spring-specific annotation and their members opened without the explicit open keyword.