Consider defining a bean of type exampleService in your configuration
I can't run spring boot application while I am getting the next error "Consider defining a bean of type 'exampleService(exampleService is interface)' in your configuration". exampleService - is coming from openApiGeneration. Should I solve the problem direct from build.gradle? The code is written in kotlin