Ignore

typealias Ignore = IgnoreMap

Deprecated (with error)

Removed in 2.0: @Ignore became @IgnoreMap (same semantics — the field is excluded from auto-matching).

Replace with

import com.sahsenvar.kmapper.annotations.IgnoreMap
IgnoreMap

1.x name of IgnoreMap — same semantics, clearer name in 2.0.