mapstruct / mapstruct-examples

Examples for using MapStruct
Other
1.28k stars 511 forks source link

IDEA kotlin plugin with spring beans #129

Closed z0mb1ek closed 2 years ago

z0mb1ek commented 2 years ago

Hi. I use kapt and mapstruct plugin for my kotlin spring boot project. But IDEA says that Could not autowire. No beans of 'ProductMapper' type found I need compile kotlin files and it starts working&

Earlier in java it worked like a charm

filiphr commented 2 years ago

Please do not use the issue tracker for asking questions, use StackOverflow or our Gitter Room instead.

filiphr commented 2 years ago

The problem you are facing with is not related to MapStruct, but to your setup