warning unused-dependency this dependency is a service provider unused at compileClasspath time and can be moved to the runtimeOnly configuration (no auto-fix available)
build.gradle:40
annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.2.Final'
warning unused-dependency this dependency is unused and can be removed
build.gradle:40
annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.2.Final'
So, is necessary that you can check it and validate if the plugin is not supoorting the MapStruct configuration.
We are getting an error working with MapStruct library.
About MapStruct documentación we need add this two lines:
But the plugin return:
So, is necessary that you can check it and validate if the plugin is not supoorting the MapStruct configuration.