mapstruct / mapstruct-examples

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

KSP instead if KAPT #143

Closed Daniel-Jacob closed 1 year ago

Daniel-Jacob commented 1 year ago

Since kapt is in maintenance mode shouldn't there be support for using Kotlin symbollic processing API instead of KAPT? If so, could someone provide an example on how to do this?

filiphr commented 1 year ago

From my understanding of KSP we need to provide something from MapStruct side. It can't just use the existing mapstruct-processor. This means that we cannot currently provide an example. Please vote for and follow https://github.com/mapstruct/mapstruct/issues/2522 for more information about the integration of MapStruct with KSP