I'm using Spring Boot with Kotlin and annotating a class with the @Configuration annotation seems to give me this error in IDEA: "Classes annotated with '@Configuration' could be implicitly subclassed and must not be final". Any ideas how to fix this?