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.
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:".