You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
@AlehGalo Thank you for the report, first please make sure that the issue you mentioned is not only related to mapstruct. If you have time could you please provide me a very basic project where you can reproduce this issue ?
Uh oh!
There was an error while loading. Please reload this page.
I have an issue with Kotlin -> kapt -> mapstruct
I have 2 data classes
@entity(name = "PLAN")
@typedef(name = "pgsql_enum",
typeClass = PostgreSQLEnumType::class)
@KotlinBuilder
data class Plan(
...
@document(collection = "plan")
@KotlinBuilder
data class MongoPlan(
....
and mapping instructions
@Mapper
interface MongoPlanMapper {
}
and I get
Error: java:".
The text was updated successfully, but these errors were encountered: